CN111552705B - Data processing method and device based on chart, electronic equipment and medium - Google Patents

Data processing method and device based on chart, electronic equipment and medium Download PDF

Info

Publication number
CN111552705B
CN111552705B CN202010333343.5A CN202010333343A CN111552705B CN 111552705 B CN111552705 B CN 111552705B CN 202010333343 A CN202010333343 A CN 202010333343A CN 111552705 B CN111552705 B CN 111552705B
Authority
CN
China
Prior art keywords
original
data
array
chart
management module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010333343.5A
Other languages
Chinese (zh)
Other versions
CN111552705A (en
Inventor
梁瑞元
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing ByteDance Network Technology Co Ltd
Original Assignee
Beijing ByteDance Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing ByteDance Network Technology Co Ltd filed Critical Beijing ByteDance Network Technology Co Ltd
Priority to CN202010333343.5A priority Critical patent/CN111552705B/en
Publication of CN111552705A publication Critical patent/CN111552705A/en
Application granted granted Critical
Publication of CN111552705B publication Critical patent/CN111552705B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/2428Query predicate definition using graphical user interfaces, including menus and forms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/248Presentation of query results
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Mathematical Physics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the disclosure discloses a data processing method, a device, equipment and a medium based on a chart, wherein the method comprises the following steps: when detecting an operation of triggering and selecting area data in an original document, acquiring the original data corresponding to the triggering operation; generating an original chart corresponding to the original data by processing the original data, and obtaining an original array; storing the original array into a selected area management module corresponding to the original chart, and establishing a binding relation between the original chart and an original document; when the updating operation of the original array in the selected area management module is detected, based on the binding relation and the changed array, the changing data corresponding to the changed array is called, and the original chart is updated. According to the technical scheme, the data for generating the chart is managed based on the selection manager corresponding to the chart, and the chart management efficiency, the chart generation convenience and the user experience are improved.

Description

Data processing method and device based on chart, electronic equipment and medium
Technical Field
The embodiment of the disclosure relates to the technical field of computers, in particular to a data processing method, a data processing device, electronic equipment and a medium based on a chart.
Background
Charts are an effective tool to visualize data, and are found in many data management software, such as online forms. The user can generate a visual chart corresponding to the selected area by triggering the data of each area in the online form, and the user can clearly and intuitively observe the overall trend of the data or the difference between the data through the visual chart.
However, the data required by the user is more than one single area, and there may be a scattered situation of data of different areas, at which time it becomes critical to manage a plurality of selection areas selected by the user.
In the prior art, for a chart generated by multiple areas, a user cannot clearly know which area of the chart corresponds to the data of the original online form; meanwhile, if the image in the chart needs to be changed, deleting the current chart, and reselecting the area data in the online table to regenerate the chart; if the current chart is not deleted, the chart is regenerated according to the area data reselected by the user, so that the chart generation is complicated and complex, and the technical problem of poor user experience exists.
Disclosure of Invention
The embodiment of the disclosure provides a data processing method, a data processing device, electronic equipment and a medium based on a chart so as to realize convenient and efficient management of multi-selection area data, thereby realizing the technical effect of chart management efficiency.
In a first aspect, an embodiment of the present disclosure provides a graph-based data processing method, including:
when detecting an operation of triggering and selecting area data in an original document, acquiring area data corresponding to the triggering operation as original data;
generating an original chart corresponding to the original data by processing the original data, and obtaining an original array corresponding to the original data; wherein the original array represents the position information of the original data in the original document;
storing the original array into a selected area management module corresponding to the original chart, and establishing a binding relation between the original chart and the original document;
when an update operation of the original array in the selected area management module is detected, based on the binding relation and the changed array, changing data corresponding to the changed array is called from the original document, and the original chart is updated based on the changing data.
In a second aspect, embodiments of the present disclosure also provide a graph-based data processing apparatus, the apparatus including:
the original data acquisition module is used for acquiring the area data corresponding to the triggering operation as original data when the operation of triggering and selecting the area data in the original document is detected;
The original array determining module is used for generating an original chart corresponding to the original data by processing the original data and obtaining an original array corresponding to the original data; wherein the original array represents the position information of the original data in the original document;
the binding relation establishing module is used for storing the original array into the selected area management module corresponding to the original chart and establishing the binding relation between the original chart and the original document;
and the original chart updating module is used for calling the change data corresponding to the changed array from the original document based on the binding relation and the changed array when the updating operation of the original array in the selected area management module is detected, and updating the original chart based on the change data.
In a third aspect, embodiments of the present disclosure further provide an electronic device, including:
one or more processors;
storage means for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement a graph-based data processing method as described in any of the embodiments of the present disclosure
In a fourth aspect, the presently disclosed embodiments also provide a storage medium containing computer-executable instructions for performing a graph-based data processing method as described in any of the presently disclosed embodiments when executed by a computer processor.
According to the technical scheme, when the operation of triggering and selecting the region data in the original document is detected, the region data corresponding to the triggering operation is obtained and used as the original data; generating an original chart corresponding to the original data by processing the original data, and obtaining an original array corresponding to the original data; wherein, the original array represents the position information of the original data in the original document; storing the original array into a selected area management module corresponding to the original chart, and establishing a binding relation between the original chart and an original document; when the updating operation of the original array in the selected area management module is detected, based on the binding relation and the changed array, the changed data corresponding to the changed array is called from the original document, and the original chart is updated based on the changed data, so that the technical problem that if the chart is generated by multi-area data in the prior art, a user cannot clearly determine the specific position of the data corresponding to the generated chart in the original document, namely the data of the original chart cannot be effectively managed is solved, the management of the data for generating the chart based on the selected area manager corresponding to the chart is realized, the chart management efficiency and the chart generation convenience are improved, and the technical effect of user experience is achieved.
Drawings
The above and other features, advantages, and aspects of embodiments of the present disclosure will become more apparent by reference to the following detailed description when taken in conjunction with the accompanying drawings. The same or similar reference numbers will be used throughout the drawings to refer to the same or like elements. It should be understood that the figures are schematic and that elements and components are not necessarily drawn to scale.
FIG. 1 is a schematic flow chart of a graph-based data processing method according to an embodiment of the disclosure;
fig. 2 is a schematic structural diagram of a selection input box in a selection management module according to an embodiment of the disclosure;
FIG. 3 is a schematic flow chart of a graph-based data processing method according to a second embodiment of the disclosure;
FIG. 4 is a schematic diagram of a data processing apparatus according to a third embodiment of the disclosure;
fig. 5 is a schematic structural diagram of an electronic device according to a fourth embodiment of the disclosure.
Detailed Description
Embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the present disclosure have been shown in the accompanying drawings, it is to be understood that the present disclosure may be embodied in various forms and should not be construed as limited to the embodiments set forth herein, but are provided to provide a more thorough and complete understanding of the present disclosure. It should be understood that the drawings and embodiments of the present disclosure are for illustration purposes only and are not intended to limit the scope of the present disclosure.
It should be understood that the various steps recited in the method embodiments of the present disclosure may be performed in a different order and/or performed in parallel. Furthermore, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the present disclosure is not limited in this respect.
The term "including" and variations thereof as used herein are intended to be open-ended, i.e., including, but not limited to. The term "based on" is based at least in part on. The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments. Related definitions of other terms will be given in the description below.
It should be noted that the terms "first," "second," and the like in this disclosure are merely used to distinguish between different devices, modules, or units and are not used to define an order or interdependence of functions performed by the devices, modules, or units.
It should be noted that references to "one", "a plurality" and "a plurality" in this disclosure are intended to be illustrative rather than limiting, and those of ordinary skill in the art will appreciate that "one or more" is intended to be understood as "one or more" unless the context clearly indicates otherwise.
Example 1
Fig. 1 is a schematic flow chart of a graph-based data processing method according to an embodiment of the present disclosure, where the embodiment of the present disclosure may be applicable to a case of managing data corresponding to each graph, and the method may be performed by a graph-based data processing apparatus, where the apparatus may be implemented in a form of software and/or hardware, and optionally, may be implemented by an electronic device, where the electronic device may be a mobile terminal, a PC terminal, or the like.
As shown in fig. 1, the method of the present embodiment includes:
s110, when the operation of triggering and selecting the region data in the original document is detected, the region data corresponding to the triggering operation is acquired as the original data.
When a user triggers a certain area and generates a chart according to the selected data, the document to which the data belongs is taken as an original document. All data in the selected area are collectively referred to as area data, and each of the area data is original data. The user may select data of at least one region in the original document to generate a chart, and thus the number of region data may be the same as the number of regions, each of the regions being the original data.
Specifically, the user can select an area in the original document through the mouse, when the user triggers the operation of selecting the area, the area data corresponding to the triggering operation can be obtained, and each piece of data in the area is used as the original data.
Illustratively, the original document is excel, and the excel table includes a plurality of rows and a plurality of columns. The user can select a plurality of areas from the original document through the mouse, and optionally, the data corresponding to the first row, the third row and the fifth row in the area selection excel table are selected, and at this time, the areas of the area selection comprise three areas which are respectively the first row, the third row and the fifth row; meanwhile, each data in the first, third and fifth rows is original data.
S120, generating an original chart corresponding to the original data by processing the original data, and obtaining an original array corresponding to the original data.
Wherein, the processing of the original data may be: and calling a data analysis program code to analyze the original data, namely processing the original data into a string form in a certain format, transmitting the string form into a selected area manager, and acquiring an original array corresponding to each original data after specific processing. The original array may represent a specific position of the original data in the original document, optionally, the corresponding position of the original data a in the original document is a first row and a second column, and correspondingly, the original array may be represented as a1:b2. The original graph is a graph generated based on the original data, and optionally, a histogram generated based on the original data.
Specifically, after the original data is selected, the data analysis module can be called to analyze the original data to obtain analysis data in a target format, and the specific position of each original data in the original document is determined based on the analysis data, namely, a specific array format is generated for processing the original data, and an array in the specific format is used as an original array corresponding to the original data.
When data in a certain area is selected in the original document, the data analysis program can be called to process the data in the selected area to obtain the specific position of each original data in the original document, the specific coordinates of the original data in the original document can be understood, and the corresponding chart can be generated based on the selected original data to serve as an original chart while the original array corresponding to the original data is determined.
S130, storing the original array into a selected area management module corresponding to the original chart, and establishing a binding relation between the original chart and the original document.
The selection management module may also be referred to as a selection manager. The selection manager is used for managing the original data corresponding to the original chart and the original array, namely, managing the original data corresponding to the original chart and the original array.
In this embodiment, in order to facilitate the selection manager to manage each original array, and to update the original chart by calling each data in the original document when the original array is added or deleted in the selection manager, it is necessary to establish a binding relationship among the original chart, the original document, and the selection manager.
Specifically, an original chart is generated based on the original data, and meanwhile, a selection manager corresponding to the original chart, namely a module for managing the original data and the original array, is generated, and the original array is stored in the selection manager. In order to realize the data call in the original document and the management of the original chart, the binding relation among the original document, the original chart and the selection management module can be established. The advantage of this is that the selection management module can call up the data of a certain area in the original document and update the original chart based on the called-up area data.
In this embodiment, storing the original array in the selection area management module corresponding to the original chart includes: and calling an array storage program, and sequentially inputting the original arrays corresponding to the original data into the selected area management module according to a preset sequence and storing the selected area management module.
That is, when the original array corresponding to the original data is stored in the section manager, the original array may be sequentially input to the section manager according to the region to which the original data belongs.
For example, after the user selects three regions in the original document and marks each region as A, B, C, and processes the data of the region A, B, C, the original array corresponding to each data of the region a may be stored in the region selection manager, and then the original array corresponding to each data of the region B and the original array corresponding to each data of the region C may be sequentially uploaded.
And S140, when the updating operation of the original array in the selected area management module is detected, based on the binding relation and the changed array, invoking the changed data corresponding to the changed array from the original document, and updating the original chart based on the changed data.
It should be noted that, the selection management module includes at least one selection input box, see fig. 2. Each selection field input box can include a plurality of original arrays in a region, wherein the original arrays correspond to the original chart. When the user triggers the control in fig. 2, a column of controls for selecting the area can be added in the selection input box after the control is added, so that the user fills in the added selection in the added controls.
The update operation may be understood as that the original array stored in the selection management module is changed. The changed data may be understood as data corresponding to the changed array after the array in the selected area management module is changed, and may be obtained from the original document based on the binding relationship.
Specifically, when it is detected that the array stored in the selection management module is changed, data corresponding to the changed array may be called from the original document based on the binding relationship established in advance and the changed array, and the original chart may be updated based on the newly acquired data.
In this embodiment, the update operation may include at least three kinds, which may be respectively: and deleting part of the arrays stored in the selected area management module, or adding selected areas, namely adding new arrays into the selected area manager, or changing the original arrays stored in the selected area management module into other arrays.
Optionally, when detecting an operation for emptying the original array stored in the selection area management module, reserving a target array input to the selection area management module last, and determining target original data corresponding to the target array; after detecting that a user triggers a target control in the selected area management module, updating an original chart according to target original data; the target control is a control for generating a chart.
It should be noted that, when detecting that the original array stored in the selected area management module is deleted, it needs to determine whether the deletion is the last item in the selected area, if so, the deletion operation is not executed, that is, it is determined that a group of corresponding original arrays are stored in the selected area management module; if not, the delete operation may be performed.
Specifically, when the original array stored in the selection management module is detected to be triggered to be deleted, it can be determined whether other arrays exist after the array is deleted in the selection management module. If there are other numbers, the selected array is deleted directly. If other arrays do not exist, namely all original arrays stored in the selected area management module are deleted, the target array finally input into the selected area management module is reserved. After the reserved target array is determined, target raw data corresponding to the target array may be determined. When the user triggers the determination control in the selection management module, that is, triggers the chart generation control, the original chart can be updated according to the reserved target original data, that is, the original chart is updated based on the target original data.
In this embodiment, it is also possible to increase the number of arrays managed by the option manager. Of course, the number of the array managed by the selection manager is increased, and a new array can be input into an input box of the selection management module, or a new area can be selected by a user in an original document through a mouse box.
Optionally, if it is detected that a new array is added in the input box control of the selection area management module, based on the binding relation and the newly added array, data to be added corresponding to the newly added array is called from the original document, and based on the original data and the data to be added, the original chart is updated.
Wherein, the input box in the selection area management module can be seen in fig. 2. The user may add an array in the input box.
Specifically, the user may trigger a control in the selection manager that adds an input box so that the user adds a new array in the input box. After a user triggers a determination control in the selection manager, data to be added corresponding to the added array can be called from an original document according to the added array based on a pre-established binding relation, and an original chart generated in advance is updated based on the data to be added and the original data, and the chart obtained at the moment is taken as the original chart.
Optionally, when a target area in the trigger original document is detected, processing data in the target area, and sequentially adding an array corresponding to each data in the target area into the selection manager.
That is, if the user selects an area, the number corresponding to each data in the selected area is obtained and added to the last item of the storage array in the selected area manager; if the number of the selected areas is more than one, the original array is added to the selected area manager in sequence according to the range or the sequence of the selected areas.
In this embodiment, the selection area stored in the selection area manager may be changed, that is, the original selection area may be changed to another selection area. Optionally, when it is detected that a part of the original array is changed to other arrays in the selection area management module, deleting the part of the original array stored in the selection area management module and the data to be deleted corresponding to the part of the original array; calling data corresponding to other arrays from the original document based on the binding relation and the other arrays, and updating the original chart based on the original data reserved in the selected area management module and the calling data.
That is, when it is detected that a part of the arrays stored in the selected area management module is changed to other arrays, the data corresponding to the changed arrays is deleted, and the data corresponding to the changed arrays is acquired based on the binding relation, and the original chart is updated based on the changed arrays and the arrays.
In the process of changing the stored array in the selection management module, it is necessary to determine whether the input box control is invoked. Optionally, when detecting the operation of triggering the acquisition of the region data in the original document again, judging whether to call the input box control of the region selection management module; if yes, updating all the arrays stored in the selected area management module into arrays corresponding to the current trigger operation, and updating all the original data into data corresponding to the current trigger operation; if not, determining an original array which is finally input into the selected area management module, and updating the target replacement array into an array corresponding to the current trigger operation as a target replacement array, and updating replacement data corresponding to the target replacement array into data corresponding to the current trigger operation; and updating the original chart based on the updated data and the original data reserved in the selected area management module.
According to the technical scheme, when the operation of triggering and selecting the region data in the original document is detected, the region data corresponding to the triggering operation is obtained and used as the original data; generating an original chart corresponding to the original data by processing the original data, and obtaining an original array corresponding to the original data; wherein, the original array represents the position information of the original data in the original document; storing the original array into a selected area management module corresponding to the original chart, and establishing a binding relation between the original chart and an original document; when the updating operation of the original array in the selected area management module is detected, based on the binding relation and the changed array, the changed data corresponding to the changed array is called from the original document, and the original chart is updated based on the changed data, so that the technical problem that if the chart is generated by multi-area data in the prior art, a user cannot clearly determine the specific position of the data corresponding to the generated chart in the original document, namely the data of the original chart cannot be effectively managed is solved, the management of the data for generating the chart based on the selected area manager corresponding to the chart is realized, the efficiency of chart management is improved, and the technical effect of convenience in generating the chart is improved.
Example two
As a preferred embodiment of the foregoing embodiments, fig. 3 is another flow chart of a graph-based data processing method according to a second embodiment of the disclosure, as shown in fig. 3, where the method includes:
s301, creating a chart.
It is understood that the chart corresponding to the data is generated according to the data selected by the user triggering in the original document.
Specifically, when detecting that a user triggers an operation of selecting region data from an original document and clicking a control for generating a chart, the chart corresponding to the region data can be generated, and the chart is taken as an original chart.
By way of example, an original document may be understood as an excel sheet, and a chart may be a bar chart. When the user triggers to select the region data of a plurality of regions in the excel and triggers the chart generation control, a chart corresponding to the region data, namely a histogram, can be generated. It should be noted that, the user may display the area data in any one or more charts according to the actual situation, which is not limited herein.
It should be noted that, each chart has a selection manager corresponding to it, i.e. a manager for managing the chart. Meanwhile, a binding relationship among the selection manager, the original document and the chart is established so as to call data from the original document based on the binding relationship.
S302, triggering a region selection operation.
The chart selection operation comprises at least one of displaying selection, deleting selection, adding selection, changing original selection and the like.
Specifically, after the selection manager corresponding to the original chart is triggered, one or more operations of displaying the selection, deleting the selection, adding the selection, and deleting the selection may be performed in the selection manager.
S303, displaying a selection area list.
In particular, presenting a list of choices is understood to mean presenting the original array corresponding to the chart, i.e., displaying the specific locations in the original document of the respective data that generated the chart. The advantage is that the selections can be clearly presented, thereby determining which selections the original chart is made up of.
S304, if the selected area is deleted, judging whether the number of the stored arrays is larger than a preset value, and if not, executing S305; if yes, S306 is executed.
Specifically, if the user triggers the operation of deleting the selected area in the selected area manager, whether the selected area stored in the selected area manager is greater than a preset value, optionally, 1 can be judged in advance. If the number of the arrays stored in the selection manager is greater than the preset value 1, deleting the array selected and deleted by the user, namely executing S306; if not, the array stored in the selection manager last is reserved, the original data corresponding to the array is determined, and the original chart is updated based on the data, i.e. S305 is executed.
S305, updating the original chart according to the current array in the selection manager.
Specifically, the number of the arrays stored in the selection manager can be increased or decreased, after the trigger determination control is detected, corresponding data can be obtained according to the arrays stored in the selection manager, and the original chart is updated based on the corresponding data, namely, the original chart is updated according to the arrays currently stored in the selection manager.
S306, deleting the selected area.
That is, if the number of the arrays stored in the selection manager is greater than the preset number threshold after deleting the array selected by the user, deleting the array selected by the user. And updates the original chart based on the array reserved in the selection manager and the corresponding data, i.e., returns to execution S305.
S307, if the selection area is increased, judging whether the mode of increasing the selection area is a target selection area mode, if so, executing S308; if not, S309 is performed.
The mode of selecting the selected area data in the original document through the mouse can be used as a target area selecting mode. Adding a selection field may be adding a portion of the data to update the original chart.
Specifically, when the selection area is increased, the corresponding operation may be determined to be performed according to the manner of increasing the selection area. Optionally, a region is selected in the original document through a mouse or a region is input in a region selection input box of a region selection manager, and a mode of adding region selection data is determined according to different region selection modes. If the adopted mouse frame selects the region data, S309 may be executed; if the option is added in the input box of the option manager, S308 may be performed.
S308, adding the input selected area in the last input box of the selected area list, and returning to S305.
Specifically, after triggering a selection input box in the selection manager and clicking a control for adding a new selection, the selection input box can be added, so that a user inputs the new selection in the selection input box.
After a new selection is entered in the selection input box, a determination control may be triggered to obtain data corresponding to the newly added selection from the original document based on the binding relationship. The original graph is updated according to the original data corresponding to the original graph and the newly added data, i.e., after clicking the determination control, execution may return to S305. That is, the original chart obtained at this time includes not only the original data but also newly added data.
S309, automatically adding the selected area in the last selected area list, and returning to S305.
It may be understood that, if the user triggers the operation of acquiring the region data in the original document, the selection region corresponding to the triggering operation may be inserted in the last line in the selection region manager, and the original chart may be updated based on the selection region data triggered by the user and the original data corresponding to the chart, that is, the execution returns to S305.
S310, judging whether the area selection mode is a target area selection mode, if so, executing S305; if not, S311 is performed.
Wherein modifying a selection may be understood as changing a selection stored in the selection manager to another selection. The current mode of modifying the selection area comprises at least two modes, namely frame selection modification and modification in a selection area input frame. The target selection mode may be understood as changing the selection in the selection input box of the selection manager.
If the current modification mode is to change the selection area in the selection area input box, the binding relation may be used to retrieve data from the original document according to the changed selection area, and update the original chart according to the changed data, that is, return to S305.
S311, judging whether to call a selection area input box, if yes, executing S312; if not, S313 is performed.
That is, if the selection area is modified for the frame selection, judging whether a selection area input frame is called during the frame selection, if so, updating the selection area in the selection area manager into the selection area for the frame selection; if not, the last selected area is changed by default.
S312, changing the selected area stored in the selected area manager into a frame selected area.
That is, the original array stored in the selection manager is updated to the selection array corresponding to the current trigger operation. After determining the array stored in the selection manager, S305 is performed to update the original chart according to the array stored in the selection manager and the corresponding data.
S313, changing the last selected area by default.
That is, the array input to the selection manager last is replaced with an array corresponding to the current trigger operation, and the original chart is updated based on the updated array, i.e., S305 is performed.
In the embodiment, the operations of deleting, adding and modifying the original selected area are realized quickly and efficiently, and the intelligent technical effect of the selected area data processing is improved.
According to the technical scheme, when the operation of triggering and selecting the region data in the original document is detected, the region data corresponding to the triggering operation is obtained and used as the original data; generating an original chart corresponding to the original data by processing the original data, and obtaining an original array corresponding to the original data; wherein, the original array represents the position information of the original data in the original document; storing the original array into a selected area management module corresponding to the original chart, and establishing a binding relation between the original chart and an original document; when the updating operation of the original array in the selected area management module is detected, based on the binding relation and the changed array, the changed data corresponding to the changed array is called from the original document, and the original chart is updated based on the changed data, so that the technical problem that if the chart is generated by multi-area data in the prior art, a user cannot clearly determine the specific position of the data corresponding to the generated chart in the original document, namely the data of the original chart cannot be effectively managed is solved, the management of the data for generating the chart based on the selected area manager corresponding to the chart is realized, the efficiency of chart management is improved, and the technical effect of convenience in generating the chart is improved.
Example III
Fig. 4 is a schematic structural diagram of a data processing apparatus based on a graph according to a third embodiment of the present disclosure, as shown in fig. 4, where the apparatus includes: the raw data acquisition module 410, the raw array determination module 420, the binding relationship establishment module 430, and the raw chart update module 440; wherein, the liquid crystal display device comprises a liquid crystal display device,
an original data obtaining module 410, configured to obtain, as original data, area data corresponding to a trigger operation when an operation of triggering selection of the area data in the original document is detected; an original array determining module 420, configured to generate an original chart corresponding to the original data by processing the original data, and obtain an original array corresponding to the original data; wherein the original array represents the position information of the original data in the original document; the binding relationship establishing module 430 is configured to store the original array in a selection area management module corresponding to the original chart, and establish a binding relationship between the original chart and the original document; an original chart updating module 440, configured to, when an update operation for the original array in the selected area management module is detected, invoke modification data corresponding to the modified array from the original document based on the binding relationship and the modified array, and update the original chart based on the modification data.
According to the technical scheme, when the operation of triggering and selecting the region data in the original document is detected, the region data corresponding to the triggering operation is obtained and used as the original data; generating an original chart corresponding to the original data by processing the original data, and obtaining an original array corresponding to the original data; wherein, the original array represents the position information of the original data in the original document; storing the original array into a selected area management module corresponding to the original chart, and establishing a binding relation between the original chart and an original document; when the updating operation of the original array in the selected area management module is detected, based on the binding relation and the changed array, the changed data corresponding to the changed array is called from the original document, and the original chart is updated based on the changed data, so that the technical problem that if the chart is generated by multi-area data in the prior art, a user cannot clearly determine the specific position of the data corresponding to the generated chart in the original document, namely the data of the original chart cannot be effectively managed is solved, the management of the data for generating the chart based on the selected area manager corresponding to the chart is realized, the efficiency of chart management is improved, and the technical effect of convenience in generating the chart is improved.
On the basis of the technical scheme, the original array determining module is further used for calling an array storage program, and sequentially inputting the original arrays corresponding to the original data into the selected area management module according to a preset sequence and storing the original arrays.
On the basis of the above technical solutions, the original graph updating module is further configured to, when detecting an operation for emptying the original array stored in the area selection management module, reserve a target array that is input to the area selection management module last, and determine target original data corresponding to the target array; after detecting that a user triggers a target control in a selection management module, updating the original chart according to the target original data; wherein the target control is a control for generating a chart.
On the basis of the technical schemes, the original chart updating module is further used for calling data to be added corresponding to the newly added array from an original document based on the binding relation and the newly added array when the new array is detected to be added in the input box control of the selected area management module, and updating the original chart based on the original data and the data to be added.
Based on the above technical solutions, the original graph updating module is further configured to delete a portion of the original arrays stored in the selected area management module and data to be deleted corresponding to the portion of the original arrays when it is detected that the portion of the original arrays are changed to other arrays in the selected area management module; calling call data corresponding to the other arrays from the original document based on the binding relation and the other arrays, and updating the original chart based on the original data reserved in the selected area management module and the call data.
On the basis of the technical schemes, the original chart updating module is also used for judging whether to call the input box control of the selected area management module when detecting the operation of triggering the acquisition of the area data in the original document again; if yes, updating all the arrays stored in the selected area management module into arrays corresponding to the current trigger operation, and updating all the original data into data corresponding to the current trigger operation; if not, determining an original array which is finally input into the selected area management module, and taking the original array as a target replacement array, updating the target replacement array into an array corresponding to the current trigger operation, and updating replacement data corresponding to the target replacement array into data corresponding to the current trigger operation; and updating the original chart based on the updated data and the original data reserved in the selected area management module.
Based on the technical schemes, when the triggering of the data control in the original chart is detected, based on the binding relation, displaying data corresponding to the data control in the original document, and displaying an array corresponding to the data control in the selected area management module. The chart-based data processing device provided by the embodiment of the disclosure can execute the chart-based data processing method provided by any embodiment of the disclosure, and has the corresponding functional modules and beneficial effects of the execution method.
It should be noted that each unit and module included in the above apparatus are only divided according to the functional logic, but not limited to the above division, so long as the corresponding functions can be implemented; in addition, the specific names of the functional units are also only for convenience of distinguishing from each other, and are not used to limit the protection scope of the embodiments of the present disclosure.
Example IV
Referring now to fig. 5, a schematic diagram of an electronic device (e.g., a terminal device or server in fig. 5) 50 suitable for use in implementing embodiments of the present disclosure is shown. The terminal devices in the embodiments of the present disclosure may include, but are not limited to, mobile terminals such as mobile phones, notebook computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablet computers), PMPs (portable multimedia players), in-vehicle terminals (e.g., in-vehicle navigation terminals), and the like, and stationary terminals such as digital TVs, desktop computers, and the like. The electronic device shown in fig. 5 is merely an example and should not be construed to limit the functionality and scope of use of the disclosed embodiments.
As shown in fig. 5, the electronic device 50 may include a processing means (e.g., a central processing unit, a graphics processor, etc.) 501, which may perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 502 or a program loaded from a storage 506 into a Random Access Memory (RAM) 503. In the RAM 503, various programs and data required for the operation of the electronic device 50 are also stored. The processing device 501, the ROM 502, and the RAM 503 are connected to each other via a bus 504. An input/output (I/O) interface 505 is also connected to bus 504.
In general, the following devices may be connected to the I/O interface 505: input devices 506 including, for example, a touch screen, touchpad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; an output device 507 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 506 including, for example, magnetic tape, hard disk, etc.; and communication means 509. The communication means 509 may allow the electronic device 50 to communicate with other devices wirelessly or by wire to exchange data. While fig. 5 shows an electronic device 50 having various means, it is to be understood that not all of the illustrated means are required to be implemented or provided. More or fewer devices may be implemented or provided instead.
In particular, according to embodiments of the present disclosure, the processes described above with reference to flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a non-transitory computer readable medium, the computer program comprising program code for performing the method shown in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via the communication means 509, or from the storage means 506, or from the ROM 502. The above-described functions defined in the methods of the embodiments of the present disclosure are performed when the computer program is executed by the processing device 501.
The terminal provided by the embodiment of the present disclosure and the chart-based data processing method provided by the above embodiment belong to the same inventive concept, and technical details not described in detail in the embodiment of the present disclosure may be referred to the above embodiment, and the embodiment of the present disclosure has the same beneficial effects as the above embodiment.
Example five
The present disclosure provides a computer storage medium having stored thereon a computer program which, when executed by a processor, implements the graph-based data processing method provided by the above embodiments.
It should be noted that the computer readable medium described in the present disclosure may be a computer readable signal medium or a computer readable storage medium, or any combination of the two. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples of the computer-readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this disclosure, a computer-readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present disclosure, however, the computer-readable signal medium may include a data signal propagated in baseband or as part of a carrier wave, with the computer-readable program code embodied therein. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, fiber optic cables, RF (radio frequency), and the like, or any suitable combination of the foregoing.
In some implementations, the clients, servers may communicate using any currently known or future developed network protocol, such as HTTP (HyperText Transfer Protocol ), and may be interconnected with any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the internet (e.g., the internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed networks.
The computer readable medium may be contained in the electronic device; or may exist alone without being incorporated into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to:
when detecting an operation of triggering and selecting area data in an original document, acquiring area data corresponding to the triggering operation as original data;
generating an original chart corresponding to the original data by processing the original data, and obtaining an original array corresponding to the original data; wherein the original array represents the position information of the original data in the original document;
Storing the original array into a selected area management module corresponding to the original chart, and establishing a binding relation between the original chart and the original document;
when an update operation of the original array in the selected area management module is detected, based on the binding relation and the changed array, changing data corresponding to the changed array is called from the original document, and the original chart is updated based on the changing data.
Computer program code for carrying out operations of the present disclosure may be written in one or more programming languages, including, but not limited to, an object oriented programming language such as Java, smalltalk, C ++ and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider).
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units involved in the embodiments of the present disclosure may be implemented by means of software, or may be implemented by means of hardware. The name of a module is not limited to the module itself in some cases, and, for example, the original array determination module may be also described as an "array determination module".
The functions described above herein may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: a Field Programmable Gate Array (FPGA), an Application Specific Integrated Circuit (ASIC), an Application Specific Standard Product (ASSP), a system on a chip (SOC), a Complex Programmable Logic Device (CPLD), and the like.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. The machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
According to one or more embodiments of the present disclosure, there is provided a graph-based data processing method, the method comprising:
when detecting an operation of triggering and selecting area data in an original document, acquiring area data corresponding to the triggering operation as original data;
generating an original chart corresponding to the original data by processing the original data, and obtaining an original array corresponding to the original data; wherein the original array represents the position information of the original data in the original document;
storing the original array into a selected area management module corresponding to the original chart, and establishing a binding relation between the original chart and the original document;
when an update operation of the original array in the selected area management module is detected, based on the binding relation and the changed array, changing data corresponding to the changed array is called from the original document, and the original chart is updated based on the changing data.
According to one or more embodiments of the present disclosure, there is provided a graph-based data processing method, further comprising:
Optionally, the storing the original array in a selection area management module corresponding to the original chart includes:
and calling an array storage program, and sequentially inputting the original arrays corresponding to the original data into the selected area management module according to a preset sequence and storing the original arrays.
According to one or more embodiments of the present disclosure, there is provided a graph-based data processing method, further comprising:
optionally, when an update operation on the original array in the selected area management module is detected, based on the binding relationship and the modified array, invoking modification data corresponding to the modified array from the original document, and updating the original chart based on the modification data, including:
when detecting the operation of clearing the original array stored in the selected area management module, reserving a target array which is finally input into the selected area management module, and determining target original data corresponding to the target array;
after detecting that a user triggers a target control in a selection management module, updating the original chart according to the target original data;
wherein the target control is a control for generating a chart.
According to one or more embodiments of the present disclosure, there is provided a graph-based data processing method, further comprising:
optionally, when an update operation on the original array in the selected area management module is detected, based on the binding relationship and the modified array, invoking modification data corresponding to the modified array from the original document, and updating the original chart based on the modification data, including:
and if the new array is detected to be added in the input box control of the selected area management module, calling data to be added corresponding to the newly added array from an original document based on the binding relation and the newly added array, and updating the original chart based on the original data and the data to be added.
According to one or more embodiments of the present disclosure, there is provided a graph-based data processing method, further comprising:
optionally, when an update operation on the original array in the selected area management module is detected, based on the binding relationship and the modified array, invoking modification data corresponding to the modified array from the original document, and updating the original chart based on the modification data, including:
When detecting that the selected area management module changes part of the original array into other arrays, deleting the part of the original array stored in the selected area management module and the data to be deleted corresponding to the part of the original array;
calling call data corresponding to the other arrays from the original document based on the binding relation and the other arrays, and updating the original chart based on the original data reserved in the selected area management module and the call data.
According to one or more embodiments of the present disclosure, there is provided a graph-based data processing method [ example six ] further comprising:
optionally, when an update operation on the original array in the selected area management module is detected, based on the binding relationship and the modified array, invoking modification data corresponding to the modified array from the original document, and updating the original chart based on the modification data, including:
when detecting the operation of triggering the acquisition of the region data in the original document again, judging whether to call an input box control of the region selection management module;
if yes, updating all the arrays stored in the selected area management module into arrays corresponding to the current trigger operation, and updating all the original data into data corresponding to the current trigger operation;
If not, determining an original array which is finally input into the selected area management module, and taking the original array as a target replacement array, updating the target replacement array into an array corresponding to the current trigger operation, and updating replacement data corresponding to the target replacement array into data corresponding to the current trigger operation;
and updating the original chart based on the updated data and the original data reserved in the selected area management module.
According to one or more embodiments of the present disclosure, there is provided a graph-based data processing method, further comprising:
optionally, when triggering the data control in the original chart is detected, displaying data corresponding to the data control in the original document based on the binding relation, and displaying an array corresponding to the data control in the selected area management module.
According to one or more embodiments of the present disclosure, there is provided a graph-based data processing apparatus, the apparatus comprising:
the original data acquisition module is used for acquiring the area data corresponding to the triggering operation as original data when the operation of triggering and selecting the area data in the original document is detected;
The original array determining module is used for generating an original chart corresponding to the original data by processing the original data and obtaining an original array corresponding to the original data; wherein the original array represents the position information of the original data in the original document;
the binding relation establishing module is used for storing the original array into the selected area management module corresponding to the original chart and establishing the binding relation between the original chart and the original document;
and the original chart updating module is used for calling the change data corresponding to the changed array from the original document based on the binding relation and the changed array when the updating operation of the original array in the selected area management module is detected, and updating the original chart based on the change data.
The foregoing description is only of the preferred embodiments of the present disclosure and description of the principles of the technology being employed. It will be appreciated by persons skilled in the art that the scope of the disclosure referred to in this disclosure is not limited to the specific combinations of features described above, but also covers other embodiments which may be formed by any combination of features described above or equivalents thereof without departing from the spirit of the disclosure. Such as those described above, are mutually substituted with the technical features having similar functions disclosed in the present disclosure (but not limited thereto).
Moreover, although operations are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. In certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limiting the scope of the present disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are example forms of implementing the claims.

Claims (9)

1. A graph-based data processing method, comprising:
when detecting an operation of triggering and selecting area data in an original document, acquiring area data corresponding to the triggering operation as original data;
Generating an original chart corresponding to the original data by processing the original data, and obtaining an original array corresponding to the original data; wherein the original array represents the position information of the original data in the original document;
storing the original array into a selected area management module corresponding to the original chart, and establishing a binding relation between the original chart and the original document;
when the updating operation of the original array in the selected area management module is detected, based on the binding relation and the changed array, invoking changed data corresponding to the changed array from the original document, and updating the original chart based on the changed data;
when the update operation of the original array in the selected area management module is detected, based on the binding relation and the changed array, invoking change data corresponding to the changed array from the original document, and updating the original chart based on the change data, wherein the method comprises the following steps:
when detecting the operation of triggering the acquisition of the region data in the original document again, judging whether to call an input box control of the region selection management module;
If yes, updating all the arrays stored in the selected area management module into arrays corresponding to the current trigger operation, updating all the original data into data corresponding to the current trigger operation, and updating the original chart based on the updated data;
if not, determining an original array which is finally input into the selected area management module, and taking the original array as a target replacement array, updating the target replacement array into an array corresponding to the current trigger operation, and updating replacement data corresponding to the target replacement array into data corresponding to the current trigger operation;
and updating the original chart based on the updated data and the original data reserved in the selected area management module.
2. The method of claim 1, wherein storing the raw array in a selection management module corresponding to the raw chart comprises:
and calling an array storage program, and sequentially inputting the original arrays corresponding to the original data into the selected area management module according to a preset sequence and storing the original arrays.
3. The method of claim 2, wherein when the update operation to the original array in the selected area management module is detected, invoking modification data corresponding to the modified array from the original document based on the binding relationship and the modified array, and updating the original graph based on the modification data, comprising:
When detecting the operation of clearing the original array stored in the selected area management module, reserving a target array which is finally input into the selected area management module, and determining target original data corresponding to the target array;
after detecting that a user triggers a target control in a selection management module, updating the original chart according to the target original data;
wherein the target control is a control for generating a chart.
4. The method of claim 1, wherein when an update operation to the original array in the section management module is detected, invoking modification data corresponding to the modified array from the original document based on the binding relationship and the modified array, and updating the original graph based on the modification data, comprising:
and if the new array is detected to be added in the input box control of the selected area management module, calling data to be added corresponding to the newly added array from an original document based on the binding relation and the newly added array, and updating the original chart based on the original data and the data to be added.
5. The method of claim 1, wherein when an update operation to the original array in the section management module is detected, invoking modification data corresponding to the modified array from the original document based on the binding relationship and the modified array, and updating the original graph based on the modification data, comprising:
when detecting that the selected area management module changes part of the original array into other arrays, deleting the part of the original array stored in the selected area management module and the data to be deleted corresponding to the part of the original array;
calling call data corresponding to the other arrays from the original document based on the binding relation and the other arrays, and updating the original chart based on the original data reserved in the selected area management module and the call data.
6. The method as recited in claim 1, further comprising:
when the triggering of the data control in the original chart is detected, based on the binding relation, displaying data corresponding to the data control in the original document, and displaying an array corresponding to the data control in the selected area management module.
7. A graph-based data processing apparatus, comprising:
the original data acquisition module is used for acquiring the area data corresponding to the triggering operation as original data when the operation of triggering and selecting the area data in the original document is detected;
the original array determining module is used for generating an original chart corresponding to the original data by processing the original data and obtaining an original array corresponding to the original data; wherein the original array represents the position information of the original data in the original document;
the binding relation establishing module is used for storing the original array into the selected area management module corresponding to the original chart and establishing the binding relation between the original chart and the original document;
an original chart updating module, configured to, when an updating operation of the original array in the selected area management module is detected, invoke modification data corresponding to the modified array from the original document based on the binding relationship and the modified array, and update the original chart based on the modification data;
the original chart updating module is further used for judging whether to call an input box control of the selected area management module when detecting the operation of triggering the acquisition of the area data in the original document again; if yes, updating all the arrays stored in the selected area management module into arrays corresponding to the current trigger operation, updating all the original data into data corresponding to the current trigger operation, and updating the original chart based on the updated data; if not, determining an original array which is finally input into the selected area management module, and taking the original array as a target replacement array, updating the target replacement array into an array corresponding to the current trigger operation, and updating replacement data corresponding to the target replacement array into data corresponding to the current trigger operation; and updating the original chart based on the updated data and the original data reserved in the selected area management module.
8. An electronic device, the electronic device comprising:
one or more processors;
storage means for storing one or more programs,
when executed by the one or more processors, causes the one or more processors to implement the graph-based data processing method of any one of claims 1-6.
9. A storage medium containing computer executable instructions for performing the graph-based data processing method of any of claims 1-6 when executed by a computer processor.
CN202010333343.5A 2020-04-24 2020-04-24 Data processing method and device based on chart, electronic equipment and medium Active CN111552705B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010333343.5A CN111552705B (en) 2020-04-24 2020-04-24 Data processing method and device based on chart, electronic equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010333343.5A CN111552705B (en) 2020-04-24 2020-04-24 Data processing method and device based on chart, electronic equipment and medium

Publications (2)

Publication Number Publication Date
CN111552705A CN111552705A (en) 2020-08-18
CN111552705B true CN111552705B (en) 2023-08-04

Family

ID=72002512

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010333343.5A Active CN111552705B (en) 2020-04-24 2020-04-24 Data processing method and device based on chart, electronic equipment and medium

Country Status (1)

Country Link
CN (1) CN111552705B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115766845A (en) * 2022-11-21 2023-03-07 中国联合网络通信集团有限公司 Image updating processing method and device and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101040267A (en) * 2004-10-06 2007-09-19 汤姆逊许可公司 Method and system for caching data
CN101127116A (en) * 2007-09-29 2008-02-20 腾讯科技(深圳)有限公司 Method and apparatus for picture processing
CN103020031A (en) * 2012-12-19 2013-04-03 珠海金山办公软件有限公司 Method and device for updating data pivot table intelligently
CN104978114A (en) * 2014-04-01 2015-10-14 珠海金山办公软件有限公司 Method and device for displaying chart
CN108062298A (en) * 2018-01-02 2018-05-22 武汉斗鱼网络科技有限公司 Chart data generation method, device and readable storage medium storing program for executing
CN108228169A (en) * 2017-12-08 2018-06-29 平安科技(深圳)有限公司 Chart production method, apparatus, equipment and medium based on eCharts tools
CN110096601A (en) * 2019-05-07 2019-08-06 北京字节跳动网络技术有限公司 Graph key area determination method, device, medium, server and user terminal

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6901407B2 (en) * 2001-01-12 2005-05-31 Rick D. Curns System and method for updating project management scheduling charts
US20080036767A1 (en) * 2006-08-10 2008-02-14 Business Objects, S.A. Apparatus and method for selecting visualizations of multidimensional data
US20100049715A1 (en) * 2008-08-20 2010-02-25 Yahoo! Inc. Controlled parallel propagation of view table updates in distributed database systems
US9892531B2 (en) * 2015-07-01 2018-02-13 Oracle International Corporation Chart data-binding design time user experience with dynamic sample generation

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101040267A (en) * 2004-10-06 2007-09-19 汤姆逊许可公司 Method and system for caching data
CN101127116A (en) * 2007-09-29 2008-02-20 腾讯科技(深圳)有限公司 Method and apparatus for picture processing
CN103020031A (en) * 2012-12-19 2013-04-03 珠海金山办公软件有限公司 Method and device for updating data pivot table intelligently
CN104978114A (en) * 2014-04-01 2015-10-14 珠海金山办公软件有限公司 Method and device for displaying chart
CN108228169A (en) * 2017-12-08 2018-06-29 平安科技(深圳)有限公司 Chart production method, apparatus, equipment and medium based on eCharts tools
CN108062298A (en) * 2018-01-02 2018-05-22 武汉斗鱼网络科技有限公司 Chart data generation method, device and readable storage medium storing program for executing
CN110096601A (en) * 2019-05-07 2019-08-06 北京字节跳动网络技术有限公司 Graph key area determination method, device, medium, server and user terminal

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张倩.《有图有真相:一看就会的Excel图表书》.清华大学出版社,2014,第12-15页以及102-107页. *

Also Published As

Publication number Publication date
CN111552705A (en) 2020-08-18

Similar Documents

Publication Publication Date Title
CN111552470A (en) Data analysis task creation method and device in Internet of things and storage medium
CN110390493B (en) Task management method and device, storage medium and electronic equipment
CN111857720B (en) User interface state information generation method and device, electronic equipment and medium
CN111427647A (en) Page display method and device of application program, storage medium and electronic equipment
CN110413367B (en) Task creation method and device, storage medium and electronic equipment
CN111552705B (en) Data processing method and device based on chart, electronic equipment and medium
CN115526953A (en) Method and device for generating view, electronic equipment and storage medium
CN116048371A (en) Page component switching method, device, equipment, medium and product in application program
CN114185463A (en) Form processing method and device, electronic equipment and storage medium
CN111857915A (en) Application page display method and device
CN111787043A (en) Data request method and device
CN113419992B (en) File clearing configuration page display method and device, electronic equipment and medium
CN116820354B (en) Data storage method, data storage device and data storage system
WO2023179738A1 (en) Information exchange method and apparatus, and electronic device
CN117112214A (en) Resource management method, device, medium and equipment
CN117688913A (en) Data management method and device, readable medium and electronic equipment
CN117707389A (en) Information processing method, device, electronic equipment and storage medium
CN117851438A (en) Data analysis method and device, readable medium and electronic equipment
CN116679854A (en) Task object screening method, device, equipment, storage medium and program product
CN116886989A (en) Method and device for generating media content, electronic equipment and storage medium
CN117407364A (en) Disk space management method, device, equipment and storage medium
CN116401173A (en) Test case generation method and device, medium and electronic equipment
CN116170627A (en) Special effect prop processing method and device, electronic equipment and storage medium
CN116108233A (en) Data processing method, device, equipment and storage medium
CN116416120A (en) Image special effect processing method, device, equipment and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant