CN108228169B - Chart making method, device, equipment and medium based on eCharts tool - Google Patents

Chart making method, device, equipment and medium based on eCharts tool Download PDF

Info

Publication number
CN108228169B
CN108228169B CN201711291906.3A CN201711291906A CN108228169B CN 108228169 B CN108228169 B CN 108228169B CN 201711291906 A CN201711291906 A CN 201711291906A CN 108228169 B CN108228169 B CN 108228169B
Authority
CN
China
Prior art keywords
chart
original
interface
module
parameter
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
CN201711291906.3A
Other languages
Chinese (zh)
Other versions
CN108228169A (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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN201711291906.3A priority Critical patent/CN108228169B/en
Priority to PCT/CN2018/073733 priority patent/WO2019109485A1/en
Publication of CN108228169A publication Critical patent/CN108228169A/en
Application granted granted Critical
Publication of CN108228169B publication Critical patent/CN108228169B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04845Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range for image manipulation, e.g. dragging, rotation, expansion or change of colour
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a chart making method, a chart making device, chart making equipment and a chart making medium based on an eCharts tool. The chart making method based on the eCharts tool comprises the following steps: acquiring a chart configuration instruction, wherein the chart configuration instruction comprises a current chart ID and/or a current chart name; calling a packaging module file formed based on an eCharts tool based on the current chart ID and/or the current chart name; acquiring an original chart based on the packaging module file, and displaying the original chart on a chart configuration interface; acquiring a parameter modification instruction on the chart configuration interface; and modifying the original chart based on the parameter modification instruction to obtain a target chart. The chart making method based on the eCharts tool can achieve the purpose of visual editing, the chart can be made without changing codes by a user, the chart making efficiency is improved, and the user experience is improved.

Description

Chart making method, device, equipment and medium based on eCharts tool
Technical Field
The invention relates to the technical field of data processing, in particular to a chart making method, a chart making device, chart making equipment and a chart making medium based on an eCharts tool.
Background
eCharts, an abbreviation of Enterprise Charts, a business-level data chart, a pure Javascript chart library, can smoothly run on PCs and mobile devices, is compatible with most current browsers (IE6/7/8/9/10/11, chrome, firefox, Safari and the like), relies on a lightweight Canvas class library ZRender at the bottom layer, and can provide an intuitive, vivid, interactive and highly personalized customized data visualization chart.
Currently, when using the eCharts tool, a long code is copied from the eCharts official network, and drawing is performed based on the long code. When different charts or even a certain chart is drawn based on an eCharts tool, long-section codes need to be copied as long as data are different, and the problems of heavy task and low chart making efficiency are caused. Meanwhile, the conventional eCharts tool cannot visually edit the required chart styles, so that the increasing requirements of users cannot be met.
Disclosure of Invention
The embodiment of the invention provides a chart making method, a chart making device, chart making equipment and a chart making medium based on an eCharts tool, which aim to solve the problem that long and short codes need to be copied when a chart is drawn by using the eCharts tool at present.
In a first aspect, an embodiment of the present invention provides a chart making method based on an eCharts tool, including:
acquiring a chart configuration instruction, wherein the chart configuration instruction comprises a current chart ID and/or a current chart name;
calling a packaging module file formed based on an eCharts tool based on the current chart ID and/or the current chart name;
acquiring an original chart based on the packaging module file, and displaying the original chart on a chart configuration interface;
acquiring a parameter modification instruction on the chart configuration interface;
and modifying the original chart based on the parameter modification instruction, acquiring a target chart, and displaying the target chart on the chart configuration interface.
In a second aspect, an embodiment of the present invention provides a chart making apparatus based on an eCharts tool, including:
the chart configuration instruction acquisition module is used for acquiring a chart configuration instruction, and the chart configuration instruction comprises a current chart ID and/or a current chart name;
the packaging module file calling module is used for calling a packaging module file formed based on an eCharts tool based on the current chart ID and/or the current chart name;
the original chart acquisition module is used for acquiring an original chart based on the packaging module file and displaying the original chart on a chart configuration interface;
the parameter modification instruction acquisition module is used for acquiring a parameter modification instruction on the chart configuration interface;
and the target chart acquisition module is used for modifying the original chart based on the parameter modification instruction, acquiring a target chart and displaying the target chart on the chart configuration interface.
In a third aspect, an embodiment of the present invention provides a terminal device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the steps of the charts tool-based chart making method when executing the computer program.
In a fourth aspect, an embodiment of the present invention provides a computer-readable medium, where a computer program is stored, and when the computer program is executed by a processor, the steps of the charts tool-based diagram making method are implemented.
In the chart making method, device, equipment and medium based on the eCharts tool, provided by the embodiment of the invention, a chart configuration instruction is obtained firstly, the chart configuration instruction comprises the current chart ID and/or the current chart name, then a packaging module file formed based on the eCharts tool is called based on the current chart ID and/or the current chart name, then an original chart is obtained based on the packaging module file, and the original chart is displayed on a chart configuration interface, so that the purpose of visualization is realized; and finally, acquiring a parameter modification instruction on the chart configuration interface, modifying the original chart based on the parameter modification instruction, and acquiring and displaying the target chart.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments of the present invention will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without inventive labor.
Fig. 1 is a flowchart of a chart making method based on the eCharts tool in embodiment 1 of the present invention.
Fig. 2 is another flowchart of a chart creation method based on the eCharts tool in embodiment 1 of the present invention.
Fig. 3 is another flowchart of a chart creation method based on the eCharts tool in embodiment 1 of the present invention.
Fig. 4 is a specific flowchart of step S50 in fig. 1.
FIG. 5 is a schematic block diagram of a chart creation apparatus based on the eCharts tool in embodiment 2 of the present invention.
Fig. 6 is a schematic diagram of a terminal device in embodiment 4 of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example 1
Fig. 1 shows a flowchart of a chart making method based on the eCharts tool in this embodiment. The chart making method based on the eCharts tool is applied to terminal equipment of financial institutions such as banks, securities and insurance, or other institutions, particularly applied to a chart making system (hereinafter referred to as a system), and chart display and modification are carried out by calling a package module file which is prestored by the system and formed based on the eCharts tool, so that the chart making efficiency can be effectively improved, and the user experience is enhanced. As shown in fig. 1, the charting method based on the eCharts tool includes the following steps:
s10: and acquiring a chart configuration instruction, wherein the chart configuration instruction comprises a current chart ID and/or a current chart name.
Wherein, the chart configuration instruction is an instruction for configuring the chart type required by the user. The current chart ID is an identification for uniquely identifying the type of chart to be configured. The current chart name is the name of the type of chart to be configured. The chart configuration instruction input by the user may include only the current chart ID, only the current chart name, or both the current chart ID and the current chart name. In this embodiment, the chart type to be configured by the current chart ID and/or the current chart name in the chart configuration instruction input by the user is defined as the target chart type.
For example, when a user inputs "pie", the "pie" represents the current chart ID, the "pie" represents the current chart name, and the user can obtain the chart type to be configured (hereinafter referred to as the target chart type) by inputting the "pie" and/or the "pie", which is convenient for use. In this embodiment, the chart types include all chart types included in the chart library in the eCharts tool.
S20: and calling an encapsulation module file formed based on the eCharts tool based on the current chart ID and/or the current chart name.
The packaging module file is a file formed by performing secondary packaging on a chart module in the eCharts tool and is stored in advance. Specifically, the packaging module file comprises at least one chart module, each chart module corresponds to one chart type, and based on a current chart ID and/or a current chart name in a chart configuration instruction input by a user, the chart module corresponding to the current chart ID and/or the current chart name in the packaging module file is called, wherein the chart module corresponds to a target chart type.
S30: and acquiring an original chart based on the packaging module file, and displaying the original chart on a chart configuration interface.
Wherein the original chart is an unmodified default chart determined based on the package module file. The chart configuration interface is an interface for displaying and configuring a chart. Each chart module in the packaging module file comprises a basic chart ID and a basic chart name, and a user can match the basic chart ID and/or the basic chart name through the current chart ID and/or the current chart name in an input chart configuration instruction to obtain an original chart corresponding to the current chart ID and/or the current chart name and display the original chart on a chart configuration interface.
Specifically, the original chart is obtained in the following two ways: one is that when the user knows the base chart ID and/or base chart name, the original chart can be obtained and displayed on the chart configuration interface by directly inputting the current chart ID and/or current chart name. Secondly, when the user does not know the basic chart ID and/or the basic chart name, the user can input a target chart type to the system, the system can recommend a plurality of similar chart types for the user according to the target chart type input by the user, so that the user can select the target chart type from the provided similar chart types, namely, the user can input a selection instruction by clicking the corresponding similar chart type, so that the target chart type is determined based on the selection instruction. Further, if the plurality of similar chart types recommended by the system do not have the target chart type required by the user (that is, the user does not input a selection instruction to select one of the similar chart types), a reminding message for reminding the developer to load the target chart type is generated and sent to an email box of the developer to remind the developer to develop the target chart type based on the reminding message, so that the chart making method has practicability and meets the requirements of the user.
Further, when recommending the similar chart type for the user, the chart making system may adopt a keyword matching algorithm to obtain the similar chart type corresponding to the target chart type. The keyword matching algorithm includes, but is not limited to, a knudt-Morris-Pratt (Knuth-Morris-Pratt, hereinafter abbreviated as KMP) algorithm. Specifically, the KMP algorithm is an improved character string matching algorithm, and the key of the KMP algorithm is to reduce the matching times of the mode string and the main string as much as possible by using information after matching fails so as to achieve the purpose of quick matching. In the embodiment, a KMP algorithm is selected to perform keyword matching on the target chart type input by the user and the original chart name stored in the server, so that the similar chart type is obtained, the time is saved, and the efficiency is improved. The server is connected with the chart making system, and data transmission between the server and the chart making system can be realized.
Specifically, the chart creation system prestores a keyword information table formed by using the original chart name as a keyword, and matches the target action with the keyword in the keyword information table through a KMP algorithm to determine the similar chart type. For example, the keywords of the "chinese map" and the "world map" may be maps, and when the user inputs the "map", the server may recommend the "chinese map" and the "world map" to the user by matching the keywords "map" in the keyword information table stored in advance, which is convenient for the user to select and use, and improves the user experience.
S40: and acquiring a parameter modification instruction on the chart configuration interface.
The parameter modification instruction is an instruction for changing the style of the original chart. Specifically, since the original chart is a default chart obtained from the package module file based on the original chart, the user can also modify the original chart according to the needs of the user. In this embodiment, in the chart configuration interface, a user may enter the parameter modification interface by clicking a "parameter modification" button, and input a parameter to be adjusted on the parameter modification interface, so that the chart making system may obtain a parameter modification instruction input by the user.
S50: and modifying the original chart based on the parameter modification instruction, acquiring a target chart, and displaying the target chart on a chart configuration interface.
The target chart is a chart which is acquired after the original chart is modified by a user and meets the requirements of the user. The chart configuration interface is used for displaying and configuring a chart, and when a user clicks a chart configuration command input by a chart configuration button, the interface jumped to based on the chart configuration command is the chart configuration interface. It can be understood that each original chart corresponds to at least one parameter default value, the parameter default values in the original charts are modified based on the parameter modification instruction to obtain the target chart, and then the target chart is rendered and displayed on the chart configuration interface.
In the embodiment, based on the current chart ID and/or the current chart name, a packaging module file formed based on an eCharts tool is called, an original chart is obtained based on the packaging module file, and the original chart is displayed on a chart configuration interface, so that the purpose of visualization is achieved; and finally, acquiring a parameter modification instruction on the chart configuration interface, modifying the original chart based on the parameter modification instruction, and acquiring and displaying the target chart.
In a specific embodiment, a plurality of chart types are preset in the chart making system, so that a chart configuration instruction input by a user can be determined after being selected based on the plurality of chart types displayed on the chart configuration interface, and a current chart ID and/or a current chart name input in the chart configuration instruction can better reflect a target chart type selected by the user. As shown in fig. 2, before step S10, the method for making a chart based on the eCharts tool further includes the following steps:
s111: and acquiring a chart display instruction.
The graph display instruction is an instruction for displaying a basic graph stored in the server in advance. Specifically, the user may click the "show base chart" button to enter the chart display instruction, view the base chart stored by the server, so that the user may enter a chart configuration instruction from the base chart to select a target chart type according to the current chart ID and/or the current chart name in the chart configuration instruction.
S112: based on the chart display instruction, at least one basic chart is obtained, and the basic chart comprises a basic chart ID and a basic chart name.
Wherein the basic chart is a chart pre-stored in the server. The base chart ID is an identification for uniquely identifying the base chart. In this embodiment, the base chart includes, but is not limited to, all charts contained in the chart library of the eCharts tool.
S113: and displaying at least one basic chart in a display area of the chart configuration interface.
The display area of the icon configuration interface is an area for displaying the basic chart. Specifically, the at least one basic chart acquired in step S112 is displayed in a display area of the icon configuration interface in a hierarchical list. Further, the server may count the number of times each chart type is selected in advance, and display the chart types with the top N-digit selected times (e.g., top 5 digits). If there is no chart type to be selected by the user in the chart types ranked N top in the selected times (e.g., top 5), the user may click the "show all charts" button to view all hidden chart types, so as to obtain the target chart type from all chart types, and meet the user's requirements.
In this embodiment, the chart configuration interface includes at least one input box, and the user may obtain the chart type (i.e., the target chart type) required by the user by inputting a chart configuration instruction in the input box, that is, by inputting the current chart ID and/or the current chart name. In this embodiment, when the user makes charts in batch, the number of input boxes may be increased, and the configuration interface may display a preset number of input boxes in advance due to limited interface resources. When a user wants to add an input box, a batch adding mode or a strip-by-strip adding mode can be selected, the interface resource occupancy rate is reduced, and the loading rate is increased. Specifically, when the user adds an input box, a chart adding button can be clicked on a chart configuration interface to input a chart adding instruction, and the number of case instruction numbers to be added can be input in a user-defined mode in the chart adding instruction; if a batch adding mode is selected, the batch parameters can be customized, and when the batch parameters are defined as 1, a strip-by-strip adding mode is selected, so that the purpose of convenient and fast adding is achieved.
Further, in step S10, the obtaining of the chart configuration instruction specifically includes: and dragging a basic chart to an input box of the chart configuration interface in a dragging mode so as to input a chart configuration instruction.
Specifically, the user may select a desired basic chart from the basic charts in a dragging manner, and drag the selected basic chart to a corresponding input box to input a chart configuration instruction. And if the user does not select the chart, displaying the histogram on the chart configuration interface by default. In the embodiment, the basic diagram selected by the user is input into the corresponding input box in a dragging mode, the operation process is simple, and the diagram making efficiency is improved.
In this embodiment, by obtaining the chart display instruction, at least one basic chart obtained based on the chart display instruction is displayed in a display area of the chart configuration interface, so as to achieve the purpose of visual display; meanwhile, the user can drag the basic chart to an input box of the chart configuration interface in a dragging mode to input a chart configuration instruction, operation is convenient and fast, and user experience is improved.
In another embodiment, before the chart making method based on the eCharts tool is carried out, an encapsulation module file needs to be created for calling. As shown in fig. 3, the method for creating a chart based on the eCharts tool further includes step S60: a package module file is created in advance. The method for creating the encapsulation module file in advance specifically comprises the following steps:
s61: an eCharts graph library is obtained, and the eCharts graph library comprises at least one graph conversion function.
The eCharts diagram library is a diagram library stored in advance in the eCharts tool. The graph conversion function is a function for converting data into a graph. The eCharts diagram library includes, but is not limited to bar2 bar chart, barPu cascade chart, barPie columnar linkage pie chart, line broken line chart, scatter chart, pie chart, pie2 nested ring, map, radar chart, heatmap thermodynamic diagram, funnel chart, funnel contrast funnel chart, gauge panel, gauge data numerical disk, parallel coordinates of parallell, word cloud, graph relationship chart, graph circles relationship chart, scatter map scatter point, scatter map large scale scatter chart, maphira Chinese map, mapWorld map and mappMove migration map.
S62: the code modules in each graph conversion function are divided to determine common code modules and private code modules.
Each chart conversion function comprises at least one code module, and each code module comprises a common attribute and/or a private attribute. A common code module is a collection of common attributes, such as background color, in all code modules. A private code module is a collection of private attributes, such as histogram thickness, in all code modules. And dividing each code module, and dividing the code modules according to the common attribute and the private attribute to determine the common code module and the private code module.
For example, in a line broken line graph, common attributes include, but are not limited to, text box font size, text box font color, slider orientation, headline font color, headline font size, headline background color, and the like. Private attributes include, but are not limited to, line graph break point shape and histogram thickness.
S63: and packaging the common code modules of all the chart conversion functions into a common module, and configuring an original common packaging interface for the common module.
The common module is a module obtained by encapsulating the common code module. The method corresponding to the "title" in the common code module is packaged as a common class, that is, a common class module of the title, and the common class module includes, but is not limited to, parameter attributes such as title. The original common encapsulation interface is an interface obtained by encapsulating the parameter attributes contained in the common classes. Specifically, a series of method declarations in the common class module are formed as a void title (int background color,
inttitle. textstyle. fontsize) to get the original common encapsulation interface.
S64: and encapsulating the private code module of each chart conversion function into a private module, and configuring an original private encapsulation interface for the private module.
The private module is obtained by encapsulating the private code module. For example, a method corresponding to "line graph" in the common code module is packaged as a private class, that is, a private class module of line, and the private class module of line includes, but is not limited to, parameter attributes such as line. The original private encapsulation interface is an interface obtained by encapsulating the parameter attribute contained in the private class. Specifically, a series of method declarations in the private class module, such as void line (int line.
S65: and acquiring a packaging module file based on the original common packaging interface and the original private packaging interface.
Specifically, an original common encapsulation interface and an original private encapsulation interface are encapsulated to obtain an encapsulation module file, and the encapsulation module file is encapsulated into a plug-in for calling during visual editing.
In this embodiment, a common code module and a private code module are determined by dividing a code module in each graph conversion function based on at least one graph conversion function in an eCharts graph library, and then the common code modules of all the graph conversion functions are encapsulated into a common class module, and an original common encapsulation interface is configured for the common class module. And finally, acquiring a packaging module file based on the original common packaging interface and the original private packaging interface. The process carries out secondary encapsulation on the chart conversion function in the eCharts chart library to obtain an original common encapsulation interface and an original private encapsulation interface so as to reduce the frequency of subsequently calling the interfaces, and when the chart is made, a long-section code in an eCharts tool does not need to be copied, only a package module file needs to be called, so that the operation is simple, the workload of subsequently making the chart based on the eCharts tool is reduced, and the chart making efficiency is improved.
In a specific embodiment, when the style of the original chart is not satisfied by the user, the style of the original chart can be modified according to the requirement of the user. As shown in fig. 4, modifying the original chart based on the parameter modification instruction, and acquiring the target chart (i.e., step S50) specifically includes the following steps:
s51: and acquiring a parameter modification instruction, wherein the parameter modification instruction comprises at least one data source ID, a parameter attribute ID corresponding to the data source and a parameter modification value corresponding to the parameter attribute ID.
Wherein the data source ID is a unique identification for identifying the parameter topic. The parameter attribute ID is a unique identification for identifying the parameter attribute that the user needs to modify. The parameter modification value is a value of a parameter attribute that a user needs to modify. Specifically, each data source corresponds to at least one parameter attribute, each parameter attribute corresponds to a modification box for inputting a parameter modification value, and a user can input the parameter modification value to be modified in the modification box. It can be understood that at least one data source corresponding to the original chart, at least one parameter attribute corresponding to each data source and a modification frame corresponding to each parameter attribute are displayed on the chart configuration interface. For example, the data source "title" corresponds to the parameter attributes such as the title font, the title size, and the title color, and when the user clicks the title area in the original chart, the parameter attributes such as the title font, the title font size, and the title font color and the corresponding modification frame are displayed on the chart configuration interface.
Specifically, a user can click a parameter theme (i.e., a data source) to be modified in an original chart, and then the parameter attribute corresponding to the theme and a corresponding modification frame can be displayed in a chart configuration interface, so that the user can modify the chart style, the purpose of visual editing is achieved, the chart making process is simplified, and the chart making efficiency is improved.
In this embodiment, the data sources include, but are not limited to, parameter topics such as radio boxes, check boxes, prompt boxes, sliders, text boxes, buttons, and titles. In the embodiment, the mode of visually editing the chart is adopted to meet the increasing requirements of the user, the operation of the user is facilitated, and the user experience is improved.
S52: and if the data source ID corresponds to the original common packaging interface, covering the parameter modification value with a parameter default value corresponding to the parameter attribute ID in the original common packaging interface based on the data source ID and the parameter attribute ID, and acquiring the target common packaging interface.
The packaging module file comprises an original common packaging interface and an original private packaging interface. The parameter default value is a parameter default value corresponding to the parameter attribute ID which is edited in advance. The original common encapsulation interface is an interface obtained by encapsulating all common attributes in each chart type. Specifically, the corresponding original common packaging interface is called through the data source ID and the parameter attribute ID, and the parameter default value corresponding to the parameter attribute ID in the original common packaging interface is covered with the parameter modification value, so that the target common packaging interface is obtained. It can be understood that the parameter default is found and overridden by the lookup path "data source ID- > parameter attribute ID- > parameter default". In the embodiment, the target common packaging interface is determined based on the data source ID, so that the icon styles can be modified in batches only by calling the original common packaging interface once in the process of modifying the chart styles, the calling times are reduced, and the chart manufacturing efficiency is improved.
S53: and if the data source ID corresponds to the original private packaging interface, covering the parameter modification value with a parameter default value corresponding to the parameter attribute ID in the original private packaging interface based on the data source ID and the parameter attribute ID, and acquiring the target private packaging interface.
The original private encapsulation interface is obtained by encapsulating all private attributes in each chart type. Specifically, the parameter modification value is overwritten on a parameter default value corresponding to the parameter attribute ID in the original private encapsulation interface, so as to obtain the target private encapsulation interface. The covering mode is as follows: and acquiring the ID of the data source selected by the user and calling the corresponding at least one parameter attribute and the corresponding parameter default value, wherein the user can directly input the parameter modification value in the modification frame. And finally, calling the original private seal port input parameter based on the data source ID, the parameter attribute ID and the parameter modification value, and finishing the covering.
Specifically, for example, in the parameter attribute "title font size", 16 is input. The chart conversion function as follows is invoked to enter a parameter modification value that overrides the parameter default value corresponding to the headline font size. The chart conversion function is as follows, where option is an option source to be overwritten (i.e., a data source ID in the present embodiment), propertyPath is an ID of an incoming object (i.e., a parameter attribute ID in the present embodiment), and propertyValue is a set new value (i.e., a parameter modification value in the present embodiment); specifically by the following code {' title. 16 achieves the purpose of modifying the font size of the title to 16.
S54: and modifying the original chart based on the target common packaging interface and/or the target private packaging interface, acquiring a target chart, and displaying the target chart on a chart configuration interface.
Specifically, the target chart is obtained in the following three ways: firstly, if the parameter attribute to be modified by the user has a corresponding target common encapsulation interface but does not have a corresponding target private encapsulation interface, the target common encapsulation interface is called to cover the parameter default value in the original chart so as to obtain the target chart. If the parameter attribute to be modified by the user has a corresponding target private encapsulation interface but does not have a corresponding target common encapsulation interface, the target private encapsulation interface is called to cover the parameter default value in the original chart so as to obtain the target chart. And thirdly, if the parameter attribute to be modified by the user has both the corresponding target common encapsulation interface and the corresponding target private encapsulation interface, calling the target common encapsulation interface and the target private encapsulation interface to cover the parameter default value in the original chart so as to obtain the target chart.
Specifically, the character string corresponding to the parameter modification value is converted into a json character string for storage, the json character string is converted into a json object by a json. A json string is a string that is easy to parse and generate by a machine, and mainly includes all attributes with a double quotation mark, such as "{" title. A json object is a form of converting a json string into a key-value pair, for example, { "title.
In this embodiment, the interface to be called is determined by obtaining the data source ID in the parameter modification instruction. And if the data source ID corresponds to the original common packaging interface, covering the parameter default value corresponding to the data source ID in the original common packaging interface with the parameter modification value based on the data source ID and the parameter attribute ID, and acquiring the target common packaging interface. And if the data source ID corresponds to the original private packaging interface, covering the parameter modification value with a parameter default value corresponding to the data source ID in the original private packaging interface based on the data source ID and the parameter attribute ID, and acquiring the target private packaging interface. If more than two data source IDs correspond to the original common packaging interface and the original private packaging interface respectively, the parameter modification value is covered on a parameter default value corresponding to the data source ID in the original common packaging interface respectively based on the data source ID and the parameter attribute ID, a target common packaging interface is obtained, and the parameter modification value is covered on a parameter default value corresponding to the data source ID in the original private packaging interface based on the data source ID and the parameter attribute ID, so that a target private packaging interface is obtained. And modifying the original chart based on the target common packaging interface and/or the target private packaging interface to obtain the target chart so as to realize the purpose of visual editing and improve the chart making efficiency. In the process of obtaining the target diagram, the original diagram is modified by calling the target common packaging interface and/or the target private packaging interface, the modification can be completed without repeatedly calling the interfaces, the calling times are reduced, the program running speed is increased, and the rendering speed is improved.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
Example 2
Fig. 5 is a schematic block diagram of an eCharts tool-based chart creation apparatus according to the eCharts tool-based chart creation method of embodiment 1. As shown in fig. 5, the chart making apparatus based on the eCharts tool includes a chart configuration instruction obtaining module 10, a packaging module file calling module 20, an original chart obtaining module 30, a parameter modification instruction obtaining module 40, and a target chart obtaining module 50. The implementation functions of the chart configuration instruction obtaining module 10, the package module file calling module 20, the original chart obtaining module 30, the parameter modification instruction obtaining module 40, and the target chart obtaining module 50 correspond to the steps corresponding to the chart making method based on the eCharts tool in the embodiment one to one, and for avoiding repeated description, detailed description is not needed in this embodiment.
The chart configuration instruction obtaining module 10 is configured to obtain a chart configuration instruction, where the chart configuration instruction includes a current chart ID and/or a current chart name.
And the encapsulation module file calling module 20 is used for calling an encapsulation module file formed based on the eCharts tool based on the current chart ID and/or the current chart name.
And the original chart acquiring module 30 is configured to acquire an original chart based on the encapsulation module file, and display the original chart on the chart configuration interface.
And the parameter modification instruction acquisition module 40 is used for acquiring a parameter modification instruction on the chart configuration interface.
And the target chart acquisition module 50 is configured to modify the original chart based on the parameter modification instruction, acquire a target chart, and display the target chart on the chart configuration interface.
Preferably, the eCharts tool-based chart creation apparatus further includes a chart display instruction acquisition unit 111, a base chart acquisition unit 112, and a base chart display unit 113.
And a chart display instruction unit 111 configured to obtain a chart display instruction.
A basic chart obtaining unit 112, configured to obtain at least one basic chart based on the chart display instruction, where the basic chart includes a basic chart ID and a basic chart name.
And a basic chart display unit 113, configured to display at least one basic chart in a display area of the chart configuration interface.
Preferably, the chart configuration instruction obtaining module 10 is configured to drag a basic chart to an input box of the chart configuration interface in a dragging manner, so as to input a chart configuration instruction.
Preferably, the charting apparatus based on the eCharts tool further includes an encapsulation module file creation module 60 for creating an encapsulation module file in advance.
The encapsulation module file creating module 60 specifically includes an eCharts chart library obtaining unit 61, a code module determining unit 62, an original common encapsulation interface configuring unit 63, an original private encapsulation interface configuring unit 64, and an encapsulation module file creating unit 65.
An eCharts chart library obtaining unit 61, configured to obtain an eCharts chart library, where the eCharts chart library includes at least one chart conversion function.
A code module determination unit 62, configured to divide the code module in each graph conversion function to determine a common code module and a private code module.
And an original common encapsulation interface configuration unit 63, configured to encapsulate the common code modules of all the graph conversion functions into common class modules, and configure an original common encapsulation interface for the common class modules.
The original private encapsulation interface configuration unit 64 is configured to encapsulate the private code module of each graph transformation function into a private class module, and configure the original private encapsulation interface for the private class module.
And an encapsulation module file creating unit 65 configured to obtain an encapsulation module file based on the original common encapsulation interface and the original private encapsulation interface.
Preferably, the target chart acquiring module 50 includes a parameter modification instruction acquiring unit 51, a target common package interface acquiring unit 52, a target private package interface acquiring unit 53, and a target chart acquiring unit 54.
A parameter modification instruction obtaining unit 51, configured to obtain a parameter modification instruction, where the parameter modification instruction includes at least one data source ID, a parameter attribute ID corresponding to the data source, and a parameter modification value corresponding to the parameter attribute ID.
And the target common encapsulation interface obtaining unit 52 is configured to, if the data source ID corresponds to the original common encapsulation interface, cover the parameter modification value over a parameter default value corresponding to the parameter attribute ID in the original common encapsulation interface based on the data source ID and the parameter attribute ID, and obtain the target common encapsulation interface.
And a target private encapsulation interface obtaining unit 53, configured to, if the data source ID corresponds to the original private encapsulation interface, cover the parameter modification value over a parameter default value corresponding to the parameter attribute ID in the private encapsulation interface based on the data source ID and the parameter attribute ID, and obtain the target private encapsulation interface.
And the target chart acquiring unit 54 is configured to modify the original chart based on the target common encapsulation interface and/or the target private encapsulation interface, and acquire the target chart.
Example 3
This embodiment provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the method for making a graph based on an eCharts tool in embodiment 1 is implemented, and in order to avoid repetition, details are not described here again. Alternatively, the computer program, when executed by the processor, implements the functions of each module/unit in the chart making apparatus based on the eCharts tool in embodiment 2, and is not described herein again to avoid repetition.
Example 4
Fig. 6 is a schematic diagram of a terminal device according to an embodiment of the present invention. As shown in fig. 6, the terminal device 100 of this embodiment includes: a processor 101, a memory 102, and a computer program 103 stored in the memory 102 and operable on the processor 101. The steps of the charts tool-based chart making method according to embodiment 1, such as steps S10 to S50 shown in fig. 1, are implemented by the processor 101 executing the computer program 103. Alternatively, the processor 101 executes the computer program 103 to implement the functions of the modules/units in the diagram making apparatus based on the eCharts tool, such as the functions of the diagram configuration instruction obtaining module 10, the encapsulation module file calling module 20, the original diagram obtaining module 30, the parameter modification instruction obtaining module 40, and the target diagram obtaining module 50 shown in fig. 5.
Illustratively, the computer program 103 may be partitioned into one or more modules/units, which are stored in the memory 102 and executed by the processor 101 to implement the present invention. One or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution process of the computer program 103 in the terminal device 100.
The terminal device 100 may be a desktop computer, a notebook, a palm computer, a cloud server, or other computing devices. The terminal device may include, but is not limited to, a processor 101, a memory 102. Those skilled in the art will appreciate that fig. 6 is merely an example of the terminal device 100 and does not constitute a limitation of the terminal device 100 and may include more or less components than those shown, or combine certain components, or different components, e.g., the terminal device may also include input output devices, network access devices, buses, etc.
The Processor 101 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The storage 102 may be an internal storage unit of the terminal device 100, such as a hard disk or a memory of the terminal device 100. The memory 102 may also be an external storage device of the terminal device 100, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a flash memory Card (FlashCard), and the like provided on the terminal device 100. Further, the memory 102 may also include both an internal storage unit of the terminal device 100 and an external storage device. The memory 102 is used for storing computer programs and other programs and data required by the terminal device. The memory 102 may also be used to temporarily store data that has been output or is to be output.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-mentioned functions.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated modules/units, if implemented in the form of software functional units and sold or used as separate products, may be stored in a computer readable storage medium. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may also be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain other components which may be suitably increased or decreased as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media which may not include electrical carrier signals and telecommunications signals in accordance with legislation and patent practice.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present invention, and are intended to be included within the scope of the present invention.

Claims (10)

1. A chart making method based on an eCharts tool is characterized by comprising the following steps:
acquiring a chart configuration instruction, wherein the chart configuration instruction comprises a current chart ID and/or a current chart name;
calling a packaging module file formed based on an eCharts tool based on the current chart ID and/or the current chart name;
acquiring an original chart based on the packaging module file, and displaying the original chart on a chart configuration interface;
acquiring a parameter modification instruction on the chart configuration interface;
modifying the original chart based on the parameter modification instruction, acquiring a target chart, and displaying the target chart on the chart configuration interface;
wherein the modifying the original chart based on the parameter modifying instruction to obtain the target chart comprises:
and modifying the original chart based on a data source ID, a parameter attribute ID corresponding to the data source ID and a parameter modification value corresponding to the parameter attribute ID to obtain a target chart.
2. The eCharts tool-based diagramming method according to claim 1, wherein prior to the step of obtaining the diagram configuration instructions, the eCharts tool-based diagramming method further comprises:
acquiring a chart display instruction;
acquiring at least one basic chart based on the chart display instruction, wherein the basic chart comprises a basic chart ID and a basic chart name;
and displaying at least one basic chart in a display area of the chart configuration interface.
3. The eCharts tool-based diagramming method according to claim 2, wherein the obtaining of the diagram configuration instructions includes:
and dragging the basic chart to an input box of the chart configuration interface in a dragging mode so as to input the chart configuration instruction.
4. The eCharts tool-based diagram production method according to claim 1, wherein the modifying the original diagram based on the parameter modification instruction to obtain the target diagram comprises:
acquiring the parameter modification instruction, wherein the parameter modification instruction comprises at least one data source ID, a parameter attribute ID corresponding to the data source and a parameter modification value corresponding to the parameter attribute ID;
if the data source ID corresponds to an original common packaging interface, covering the parameter modification value with a parameter default value corresponding to the parameter attribute ID in the original common packaging interface based on the data source ID and the parameter attribute ID, and acquiring a target common packaging interface;
if the data source ID corresponds to an original private packaging interface, covering the parameter modification value with a parameter default value corresponding to the parameter attribute ID in the original private packaging interface based on the data source ID and the parameter attribute ID, and acquiring a target private packaging interface;
and modifying the original chart based on the target common packaging interface and/or the target private packaging interface to obtain a target chart.
5. The eCharts tool-based diagramming method of claim 1, further comprising: creating a packaging module file in advance;
the step of creating the package module file in advance includes:
acquiring an eCharts chart library, wherein the eCharts chart library comprises at least one chart conversion function;
dividing the code module in each chart conversion function to determine a common code module and a private code module;
packaging the common code modules of all the chart conversion functions into common modules, and configuring original common packaging interfaces for the common modules;
packaging the private code module of each chart conversion function into a private module, and configuring an original private packaging interface for the private module;
and acquiring a packaging module file based on the original common packaging interface and the original private packaging interface.
6. A charting apparatus based on the eCharts tool, comprising:
the chart configuration instruction acquisition module is used for acquiring a chart configuration instruction, and the chart configuration instruction comprises a current chart ID and/or a current chart name;
the packaging module file calling module is used for calling a packaging module file formed based on an eCharts tool based on the current chart ID and/or the current chart name;
the original chart acquisition module is used for acquiring an original chart based on the packaging module file and displaying the original chart on a chart configuration interface;
the parameter modification instruction acquisition module is used for acquiring a parameter modification instruction on the chart configuration interface;
the target chart acquisition module is used for modifying the original chart based on the parameter modification instruction, acquiring a target chart and displaying the target chart on the chart configuration interface;
wherein the modifying the original chart based on the parameter modifying instruction to obtain the target chart comprises:
and modifying the original chart based on the data source ID, the parameter attribute ID corresponding to the data source and the parameter modification value corresponding to the parameter attribute ID to obtain a target chart.
7. The eCharts tool-based diagramming apparatus according to claim 6, wherein said eCharts tool-based diagramming apparatus further comprises:
the chart display instruction unit is used for acquiring a chart display instruction;
a basic chart obtaining unit, configured to obtain at least one basic chart based on the chart display instruction, where the basic chart includes a basic chart ID and a basic chart name;
and the basic chart display unit is used for displaying at least one basic chart in a display area of the chart configuration interface.
8. The eCharts tool-based diagramming apparatus according to claim 7, wherein the eCharts tool-based diagramming apparatus further comprises: the package module file creating module is used for creating a package module file in advance;
the package module file creating module includes:
the system comprises an eHarts chart library acquisition unit, a database conversion unit and a database conversion unit, wherein the eHarts chart library acquisition unit is used for acquiring an eHarts chart library which comprises at least one chart conversion function;
a code module determining unit, configured to divide a code module in each graph conversion function to determine a common code module and a private code module;
the original common encapsulation interface configuration unit is used for encapsulating the common code modules of all the chart conversion functions into common modules and configuring original common encapsulation interfaces for the common modules;
the original private encapsulation interface configuration unit is used for encapsulating the private code module of each chart conversion function into a private module and configuring an original private encapsulation interface for the private module;
and the encapsulation module file creating unit is used for acquiring an encapsulation module file based on the original common encapsulation interface and the original private encapsulation interface.
9. A terminal device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, wherein the processor when executing the computer program performs the steps of the charting method based on the eCharts tool of any one of claims 1 to 5.
10. A computer-readable storage medium, in which a computer program is stored, which, when being executed by a processor, carries out the steps of a method for charting based on the eCharts tool according to any one of claims 1 to 5.
CN201711291906.3A 2017-12-08 2017-12-08 Chart making method, device, equipment and medium based on eCharts tool Active CN108228169B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201711291906.3A CN108228169B (en) 2017-12-08 2017-12-08 Chart making method, device, equipment and medium based on eCharts tool
PCT/CN2018/073733 WO2019109485A1 (en) 2017-12-08 2018-01-23 Echarts tool-based chart making method, apparatus and device, and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711291906.3A CN108228169B (en) 2017-12-08 2017-12-08 Chart making method, device, equipment and medium based on eCharts tool

Publications (2)

Publication Number Publication Date
CN108228169A CN108228169A (en) 2018-06-29
CN108228169B true CN108228169B (en) 2020-10-13

Family

ID=62653972

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711291906.3A Active CN108228169B (en) 2017-12-08 2017-12-08 Chart making method, device, equipment and medium based on eCharts tool

Country Status (2)

Country Link
CN (1) CN108228169B (en)
WO (1) WO2019109485A1 (en)

Families Citing this family (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109358851B (en) * 2018-07-19 2021-08-31 平安科技(深圳)有限公司 Chart component creating method and device and computer-readable storage medium
CN109255532A (en) * 2018-08-28 2019-01-22 平安科技(深圳)有限公司 Product construction method, device, computer equipment and storage medium based on chart
CN109634805A (en) * 2018-11-19 2019-04-16 平安科技(深圳)有限公司 Monitoring data processing method, device, electronic equipment and storage medium
CN109656665A (en) * 2018-12-20 2019-04-19 成都四方伟业软件股份有限公司 A kind of visual presentation method of data, component and readable storage medium storing program for executing
CN109710340B (en) * 2019-01-18 2022-03-25 北京顺丰同城科技有限公司 Software tool calling method and device and software tool packaging method and device
CN109872265A (en) * 2019-02-28 2019-06-11 山东浪潮云信息技术有限公司 A kind of visual government affairs service data analysis method
CN110471956A (en) * 2019-08-13 2019-11-19 浪潮云信息技术有限公司 A kind of statistics display systems and method suitable for government affairs application
CN110647573B (en) * 2019-09-17 2023-04-07 泰华智慧产业集团股份有限公司 Chart visualization editing method and system based on database technology
CN110781652B (en) * 2019-09-27 2022-05-03 成都四方伟业软件股份有限公司 Method and device for drawing particles and light effects on columnar chart
CN112579223A (en) * 2019-09-30 2021-03-30 北京国双科技有限公司 Display method and device of instrument panel diagram and electronic equipment
CN112748917A (en) * 2019-10-29 2021-05-04 北京国双科技有限公司 Chart display method and device
CN111125202B (en) * 2019-12-10 2023-10-20 中国平安财产保险股份有限公司 Map customization method, device, equipment and storage medium based on big data
CN111124372A (en) * 2019-12-26 2020-05-08 福建福诺移动通信技术有限公司 Design method and system for front end and back end of simplified development chart
CN111178969A (en) * 2019-12-30 2020-05-19 河南拓普计算机网络工程有限公司 Market subject migration characteristic analysis method and device, electronic equipment and storage medium
CN111176634A (en) * 2020-01-17 2020-05-19 天阳宏业科技股份有限公司 Method and device for configurable embeddable high-tube view
CN113536748A (en) * 2020-04-15 2021-10-22 北京沃东天骏信息技术有限公司 Method and device for generating chart data
CN111552705B (en) * 2020-04-24 2023-08-04 北京字节跳动网络技术有限公司 Data processing method and device based on chart, electronic equipment and medium
CN111787412A (en) * 2020-07-22 2020-10-16 杭州当虹科技股份有限公司 Method for supporting rapid production of multi-platform digital news short videos
CN112347171A (en) * 2020-11-03 2021-02-09 广州朗国电子科技有限公司 Method and device for converting interface data into visual chart and storage medium
CN112416304B (en) * 2020-11-23 2022-11-25 西安西热电站信息技术有限公司 Method for expanding echarts into html standard component
CN112651216A (en) * 2020-12-31 2021-04-13 中国农业银行股份有限公司 Chart creation method and related device
CN113762145A (en) * 2021-09-06 2021-12-07 华南理工大学 Chart type data digitalization method
CN114253630B (en) * 2021-12-23 2023-07-25 上海新炬网络信息技术股份有限公司 Method for realizing log storage based on Java section modification Form change information
CN115328486B (en) * 2022-10-17 2023-02-03 北京安盟信息技术股份有限公司 Echarts calling and packaging method, device, medium and equipment based on dynamic incoming data
CN115857906B (en) * 2023-02-02 2023-05-12 中电信数字城市科技有限公司 Method, system, electronic device and medium for generating low-code chart
CN117687737B (en) * 2024-02-01 2024-04-12 成都数之联科技股份有限公司 Echarts chart display optimization method and system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011143846A1 (en) * 2010-05-18 2011-11-24 中兴通讯股份有限公司 Method, device and system for generating report form based on database
CN102866886A (en) * 2012-09-04 2013-01-09 北京航空航天大学 Web-based visual algorithm animation development system
US8505108B2 (en) * 1993-11-18 2013-08-06 Digimarc Corporation Authentication using a digital watermark
CN106294299A (en) * 2016-07-29 2017-01-04 杭州华三通信技术有限公司 A kind of report form generation method and device

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100571348C (en) * 2008-01-14 2009-12-16 中兴通讯股份有限公司 The method of graphic generation of network TV electronic program guidance system template
US9684877B2 (en) * 2012-09-18 2017-06-20 Sap Se System and method for improved consumption models for analytics
US9536096B2 (en) * 2012-12-17 2017-01-03 Business Objects Software Ltd. Presenting visualizations of business intelligence data
CN105589909A (en) * 2014-12-31 2016-05-18 中国银联股份有限公司 Data visualization realization system and method
CN105183466B (en) * 2015-08-27 2019-04-26 国云科技股份有限公司 A kind of packaging method that simplified echarts is called
CN105653436A (en) * 2015-12-31 2016-06-08 山东中创软件商用中间件股份有限公司 Data displaying method and system
CN105843945A (en) * 2016-04-08 2016-08-10 联动优势科技有限公司 Report generation method and system
CN106569800B (en) * 2016-10-17 2020-10-23 北京小米移动软件有限公司 Front-end interface generation method and device
CN107220038A (en) * 2016-11-25 2017-09-29 广东亿迅科技有限公司 The quick application process of data visualization figure and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8505108B2 (en) * 1993-11-18 2013-08-06 Digimarc Corporation Authentication using a digital watermark
WO2011143846A1 (en) * 2010-05-18 2011-11-24 中兴通讯股份有限公司 Method, device and system for generating report form based on database
CN102866886A (en) * 2012-09-04 2013-01-09 北京航空航天大学 Web-based visual algorithm animation development system
CN106294299A (en) * 2016-07-29 2017-01-04 杭州华三通信技术有限公司 A kind of report form generation method and device

Also Published As

Publication number Publication date
WO2019109485A1 (en) 2019-06-13
CN108228169A (en) 2018-06-29

Similar Documents

Publication Publication Date Title
CN108228169B (en) Chart making method, device, equipment and medium based on eCharts tool
AU2017200055B2 (en) Integrated developer workflow for data visualization development
US9892531B2 (en) Chart data-binding design time user experience with dynamic sample generation
TW202113586A (en) Method and device for generating applet
WO2020015166A1 (en) Charting component creation method and device and computer readable storage medium
US11132114B2 (en) Method and apparatus for generating customized visualization component
WO2017189640A1 (en) Intelligent flow designer
CN109299169B (en) Data visualization method, system, terminal and computer readable storage medium
US20140331179A1 (en) Automated Presentation of Visualized Data
WO2018210096A1 (en) Rule engine-based rule configuration method, terminal and device, and storage medium
CN113535165A (en) Interface generation method and device, electronic equipment and computer readable storage medium
US20190005228A1 (en) Trusted and untrusted code execution in a workflow
CN115687672A (en) Chart visualization intelligent recommendation method, device and equipment and readable storage medium
CN113900725A (en) Interface configuration method and device, computer equipment and storage medium
CN110780970A (en) Data screening method, device, equipment and computer readable storage medium
CN112579664A (en) Processing method and device for chart linkage
US20180095644A1 (en) Navigation of data set preparation
CN114003329A (en) Data display component creating method and device, storage medium and electronic device
CN111797125A (en) Report creating method and device, electronic equipment and computer readable storage medium
CN112748917A (en) Chart display method and device
EP2851812A1 (en) Exposing relationships between universe objects
US9761026B1 (en) Rendering graphical scenes
CN113342413B (en) Method, apparatus, device, medium, and article for processing components
CN114610204B (en) Auxiliary device and method for data processing, storage medium and electronic equipment
US11579755B1 (en) Dynamic address-based dashboard customization

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