CN114139511A - Method, system and storage medium for realizing responsive report - Google Patents

Method, system and storage medium for realizing responsive report Download PDF

Info

Publication number
CN114139511A
CN114139511A CN202111419173.3A CN202111419173A CN114139511A CN 114139511 A CN114139511 A CN 114139511A CN 202111419173 A CN202111419173 A CN 202111419173A CN 114139511 A CN114139511 A CN 114139511A
Authority
CN
China
Prior art keywords
chart
end equipment
data
graph
request
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.)
Pending
Application number
CN202111419173.3A
Other languages
Chinese (zh)
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.)
Shanghai Jinshida Chengkuo Information Technology Co ltd
Original Assignee
Shanghai Jinshida Chengkuo Information 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 Shanghai Jinshida Chengkuo Information Technology Co ltd filed Critical Shanghai Jinshida Chengkuo Information Technology Co ltd
Priority to CN202111419173.3A priority Critical patent/CN114139511A/en
Publication of CN114139511A publication Critical patent/CN114139511A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a method, a system and a storage medium for realizing a responsive report, wherein the method comprises the following steps: the front-end equipment acquires the selection chart information of a user on an interface; sending a request of chart data to the back-end equipment according to the chart information; wherein the chart information corresponds to chart data; the back-end equipment receives the request and sends the obtained chart data to the front-end equipment; the front-end equipment receives and integrates and processes the graph data to obtain a graph, and the graph is displayed on an interface of the graph. The invention realizes the rapid development of the chart and reduces the development cost; the method can also realize real-time refreshing of chart display data, support abundant visual charts, dynamic interactive demonstration, multi-format export and professional data analysis templates, directly carry out secondary editing according to report attributes, improve the working efficiency and reliability and reduce the manufacturing cost of the charts.

Description

Method, system and storage medium for realizing responsive report
Technical Field
The invention relates to a computer table technology, in particular to a method, a system and a storage medium for realizing a responsive report.
Background
In a financial industry system, data analysis is necessary, so that a visual report suitable for the financial data analysis is derived to be very important, and the data can be displayed in front of a user more intuitively.
Report form making steps and making modes in the traditional sense are too complex, and the working efficiency is greatly reduced.
The attributes in the chart making process are many, the searching is difficult, and the efficiency is low for people without a development foundation; although the data is not invariable, the data change of the prior art is difficult to realize the real-time refreshing of the data. Resulting in a poor user experience.
Disclosure of Invention
The embodiment of the invention provides a method, a system and a storage medium for realizing a responsive report, which realize the rapid development of a chart and reduce the development cost; the method can also realize real-time refreshing of chart display data, support abundant visual charts, dynamic interactive demonstration, multi-format export and professional data analysis templates, directly carry out secondary editing according to report attributes, improve the working efficiency and reliability and reduce the manufacturing cost of the charts.
In a first aspect of the embodiments of the present invention, a method for implementing a responsive report is provided, where the method includes:
the front-end equipment acquires the selection chart information of a user on the front-end equipment interface;
the front-end equipment sends a request of chart data to the back-end equipment according to the chart information; wherein the chart information corresponds to the chart data;
the back-end equipment receives the request and sends the obtained chart data to the front-end equipment;
and the front-end equipment receives and integrates and processes the chart data to obtain a chart graph, and the chart graph is displayed on the front-end equipment interface.
Optionally, after the front-end device interface displays the chart graph, the method further includes:
obtaining the selection of a chart label of a user on the front-end equipment interface;
according to the chart label selection, obtaining chart data corresponding to the chart label from the back-end equipment;
and generating and displaying a related chart graph on the front-end equipment interface according to the related chart data.
Optionally, the chart label is set in connection with the data ID corresponding to the backend device.
Optionally, the receiving, by the back-end device, the request and sending the obtained chart data to the front-end device includes:
the back-end equipment receives the request;
according to the request, obtaining the data ID corresponding to the chart information, and obtaining the chart data according to the data ID;
and returning the chart data to the front-end equipment.
Optionally, the front-end device and the back-end device are connected based on a websocket, and obtain the corresponding data source ID through a kafka (kaffa) service.
Optionally, the chart information, the chart label and the chart data are combined to design an integrated tool plug-in.
Optionally, the method further comprises:
the integrated tool plug-in is connected with a matched system;
the matching system obtains the chart information from the all-in-one tool insert.
In a second aspect of the embodiments of the present invention, an apparatus for implementing a responsive report is provided, where the apparatus includes: a front-end device and a back-end device,
the front-end equipment is used for acquiring the selection chart information of the user on the front-end equipment interface;
the front-end equipment is also used for sending a request of chart data to the back-end equipment according to the chart information;
the back-end equipment is used for receiving the request and sending the obtained chart data to the front-end equipment;
the front-end equipment is also used for receiving and integrating the chart data to obtain a chart graph, and the chart graph is displayed on the front-end equipment interface.
A third aspect of the embodiments of the present invention provides an apparatus for implementing a responsive report, including: memory, a processor and a computer program, the computer program being stored in the memory, the processor running the computer program to perform the implementation of the responsive report as described in the first aspect as it may relate to.
A fourth aspect of the embodiments of the present invention provides a readable storage medium, in which a computer program is stored, the computer program being, when executed by a processor, configured to implement the method according to the first aspect of the present invention and various possible aspects of the first aspect.
The invention provides a method, a system and a storage medium for realizing a responsive report, wherein the method comprises the following steps: the front-end equipment acquires the selection chart information of a user on the front-end equipment interface; the front-end equipment sends a request of chart data to the back-end equipment according to the chart information; wherein the chart information corresponds to the chart data; the back-end equipment receives the request and sends the obtained chart data to the front-end equipment; and the front-end equipment receives and integrates and processes the chart data to obtain a chart graph, and the chart graph is displayed on the front-end equipment interface. The invention realizes the rapid development of the chart and reduces the development cost; the method can also realize real-time refreshing of chart display data, support abundant visual charts, dynamic interactive demonstration, multi-format export and professional data analysis templates, directly carry out secondary editing according to report attributes, improve the working efficiency and reliability and reduce the manufacturing cost of the charts.
Drawings
Fig. 1 is a schematic diagram of an application scenario provided in an embodiment of the present invention;
FIG. 2 is an interaction diagram of a method for implementing a responsive report according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of an implementation apparatus for a responsive report according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of implementation hardware of a responsive report according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, 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 only a part of the embodiments of the present invention, and not all of the embodiments. 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.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or described herein.
It should be understood that, in various embodiments of the present invention, the sequence numbers of the processes do not mean the execution sequence, and the execution sequence of the processes should be determined by the functions and the internal logic of the processes, and should not constitute any limitation on the implementation process of the embodiments of the present invention.
It should be understood that in the present application, "comprising" and "having" and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
It should be understood that, in the present invention, "a plurality" means two or more. "and/or" is merely an association describing an associated object, meaning that three relationships may exist, for example, and/or B, may mean: a exists alone, A and B exist simultaneously, and B exists alone. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship. "comprises A, B and C" and "comprises A, B, C" means that all three of A, B, C comprise, "comprises A, B or C" means that one of A, B, C comprises, "comprises A, B and/or C" means that any 1 or any 2 or 3 of A, B, C comprises.
It should be understood that in the present invention, "B corresponding to a", "a corresponds to B", or "B corresponds to a" means that B is associated with a, and B can be determined from a. Determining B from a does not mean determining B from a alone, but may be determined from a and/or other information. And the matching of A and B means that the similarity of A and B is greater than or equal to a preset threshold value.
As used herein, "if" may be interpreted as "at … …" or "when … …" or "in response to a determination" or "in response to a detection", depending on the context.
The technical solution of the present invention will be described in detail below with specific examples. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments.
In a financial industry system, data analysis is necessary, so that a visual report suitable for the financial data analysis is derived to be very important, and the data can be displayed in front of a user more intuitively. Report form making steps and making modes in the traditional sense are too complex, and the working efficiency is greatly reduced. The attributes in the chart making process are many, the searching is difficult, and the efficiency is low for people without a development foundation; although the data is not invariable, the data change of the prior art is difficult to realize the real-time refreshing of the data. Resulting in a poor user experience.
Fig. 1 is a diagram of an application scenario provided in the embodiment of the present disclosure. As shown in fig. 1, a plurality of front-end devices 02 are communicatively connected to a back-end device 01, and the front-end devices may obtain chart information selected by a user through an interface thereof, where the chart information mainly includes two major functions, 1, a development page of the chart, and may view all developed charts, or may modify and delete the charts, for example, my chart. 2. Specific uses of the diagramming engine, such as help documentation. After the front-end equipment acquires the chart information selected by the user, the front-end equipment sends a request of chart data to the back-end equipment according to the chart information; wherein the chart information corresponds to the chart data; the back-end equipment receives the request and sends the obtained chart data to the front-end equipment; and the front-end equipment receives and integrates and processes the chart data to obtain a chart graph, and the chart graph is displayed on the front-end equipment interface. The invention realizes the rapid development of the chart and reduces the development cost; the method can also realize real-time refreshing of chart display data, support abundant visual charts, dynamic interactive demonstration, multi-format export and professional data analysis templates, directly carry out secondary editing according to report attributes, improve the working efficiency and reliability and reduce the manufacturing cost of the charts.
Fig. 2 is an interaction diagram of an implementation method of a responsive report according to an embodiment of the present invention, and as shown in fig. 2, the implementation method of the responsive report according to this embodiment may include:
s101, the front-end equipment acquires the selection chart information of the user on the front-end equipment interface.
Specifically, in this embodiment, a common configuration item of a chart is displayed on an interface of a front-end device, and chart information mainly includes two major functions, 1, a development page of the chart, and all developed charts can be viewed, or a modification and deletion operation can be performed on the chart, for example, my chart. 2. Specific uses of the diagramming engine, such as help documentation. In some embodiments, the chart information consists essentially of: type of graphics, data source of graphics, style of graphics, etc. The user can select the needed option through the front-end equipment interface.
When the user selects specific chart information through the interface of the front-end device, the front-end device can acquire the chart information. In order to perform the subsequent graphic display of the diagram.
S102, the front-end equipment sends a request of chart data to the back-end equipment according to the chart information; wherein the chart information corresponds to the chart data.
Specifically, the front-end device sends a request for the graph data to the back-end device according to the graph information, wherein the graph data corresponds to the graph information, so that the back-end device can obtain the graph data according to the corresponding relationship between the graph information and the graph data after receiving the request.
S103, the back-end equipment receives the request and sends the obtained chart data to the front-end equipment.
Specifically, the present embodiment may implement real-time refreshing of data, and in some embodiments, the backend device starts kafka (a card, that is, a service of a common open source processing platform), may be started through a plurality of different ports on one server, and may also be started on a plurality of servers. The corresponding data source ID, such as the IP of the card server stored in the database, can be obtained at any time based on the websocket connection, so that data is read to refresh the chart. The websocket has the characteristic of a dual-channel interaction mode, and data of the card service related to the websocket is automatically pushed to the front-end equipment when the data are changed.
And S104, receiving and integrating by the front-end equipment according to the chart data to obtain a chart graph, and displaying the chart graph on the interface of the front-end equipment.
In this embodiment, the front-end device receives and integrates the chart data to obtain a chart graph, and the chart graph is displayed on an interface of the front-end device. Wherein the chart graph may include a bar graph, a line graph, and a title, a link, etc. of the graph.
The invention realizes the rapid development of the chart and reduces the development cost; the method can also realize real-time refreshing of chart display data, support abundant visual charts, dynamic interactive demonstration, multi-format export and professional data analysis templates, directly carry out secondary editing according to report attributes, improve the working efficiency and reliability and reduce the manufacturing cost of the charts.
In some embodiments, after the front-end device interface displays the chart graph, the method further includes:
obtaining the selection of a chart label of a user on the front-end equipment interface;
according to the chart label selection, obtaining chart data corresponding to the chart label from the back-end equipment;
and generating and displaying a related chart graph on the front-end equipment interface according to the related chart data.
With the adoption of the embodiment, the method and the system can support the rapid development of the chart, can refresh the data of the chart in real time and re-render the chart, and only a method for re-drawing the chart is required to be called when the chart is rendered, for example, an open-source chart tool echarts is used for rendering the chart.
Specifically, in this embodiment, the front-end device obtains, by obtaining a chart label selection of the user on the front-end device interface, related chart data corresponding to the chart label from the back-end device according to the chart label selection, and generates and displays a related chart graph on the front-end device interface according to the related chart data. In some embodiments, the chart tag is set up with the backend device corresponding to the data ID connection. The chart label can comprise a newly-built chart and history creation, wherein the newly-built chart can comprise an editing area, a display area and a toolbar; the edit area may include chart classification, attribute setting; the toolbar may include settings and saves. History creation may include previewing, editing, and deleting.
In some embodiments, the chart tag is set in association with the backend device corresponding data ID.
With reference to the embodiment, the chart label is set in connection with the data ID corresponding to the back-end device, so that when the user selects the chart label, the front-end device obtains the chart label selection of the user on the interface of the front-end device; acquiring the chart data corresponding to the chart label from the back-end equipment according to the chart label selection; and generating and displaying a related chart graph on the front-end equipment interface according to the related chart data.
The invention realizes the rapid development of the chart and reduces the development cost; the method can also realize real-time refreshing of chart display data, support abundant visual charts, dynamic interactive demonstration, multi-format export and professional data analysis templates, directly carry out secondary editing according to report attributes, improve the working efficiency and reliability and reduce the manufacturing cost of the charts.
In some embodiments, the receiving, by the back-end device, the request and sending the obtained chart data to the front-end device includes:
the back-end equipment receives the request;
according to the request, obtaining the data ID corresponding to the chart information, and obtaining the chart data according to the data ID;
and returning the chart data to the front-end equipment.
Specifically, the icon information includes information such as a chart label, and may further include a chart classification. The back-end equipment receives the request; according to the request, obtaining the data ID corresponding to the chart information, and obtaining the chart data according to the data ID; and returning the chart data to the front-end equipment.
In some embodiments, the front-end device and the back-end device are connected based on a websocket and obtain the corresponding data source ID through a kafka (kaffa) service.
Specifically, the front-end device and the back-end device are connected based on the websocket, and obtain the corresponding data source ID through the kafka (kaffa) service. Wherein the corresponding data source ID corresponds to the graph information or the graph label.
In some embodiments, the backend device starts kafka (kaffka, i.e., a common service of an open source processing platform), which may be started through a plurality of different ports on one server, or may be started on a plurality of servers. The corresponding data source ID, such as the IP of the card server stored in the database, can be obtained at any time based on the websocket connection, so that data is read to refresh the chart. The websocket has the characteristic of a dual-channel interaction mode, and data of the card service related to the websocket is automatically pushed to the front-end equipment when the data are changed.
Each piece of chart information or chart label can be mapped with one topic of kafka (kaffa) in the back-end equipment, and once one topic of kafka (kaffa) has data to be consumed, the server pushes the data to the front-end equipment in a WebSocket mode, so that the real-time refreshing of the graphic data is realized.
In some embodiments, the chart information, the chart labels, and the chart data are combined to design an integrated tool plug-in.
Specifically, in the present embodiment, the chart information, the chart label and the chart data are combined to design an integrated tool plug-in, that is, the integrated tool plug-in can be used in another matching system.
In some embodiments, the unified tool plugin (hereinafter referred to as sdk) is implemented as follows, and a plurality of charts developed by the responsive charting engine are finally put into a function for use, for example, to develop a text description and a chart display on a webpage, a chart is configured by the responsive charting engine. Specifically, sdk is used to set two transfer parameters to sdk, one is capable of obtaining an ID of unique chart configuration information (the user stores the chart configuration information in a database when developing the chart, i.e. a data source ID), and the other is where the chart is displayed on a page, for example, an ID of a div tag. sdk find the chart configuration information of the database according to the first parameter and show the position according to the second parameter, the chart graph can be put on the corresponding position of the page. Therefore, the chart is developed quickly, and the development cost is reduced; and a professional data analysis template can be realized, secondary editing can be directly performed according to the report attributes, the working efficiency and the reliability are improved, and the manufacturing cost of the chart is reduced.
In some embodiments, the method further comprises:
the integrated tool plug-in is connected with a matched system;
the matching system obtains the chart information from the all-in-one tool insert.
With the combination of the above embodiment, the integrated tool insert is connected with the matched system; thereby enabling the matching system to obtain the chart information from the integrated tool insert. The developed chart can be quickly introduced into other systems as a small plug-in, so that the chart can be quickly developed, the development cost is reduced, abundant visual charts are supported, the working efficiency and the reliability are improved, and the chart manufacturing cost is reduced.
Fig. 3 is a schematic diagram of an implementation device of a responsive report according to an embodiment of the present invention, where the device 10 includes: a front-end device 11 and a back-end device 12,
the front-end equipment is used for acquiring the selection chart information of the user on the front-end equipment interface;
the front-end equipment is also used for sending a request of chart data to the back-end equipment according to the chart information;
the back-end equipment is used for receiving the request and sending the obtained chart data to the front-end equipment;
the front-end equipment is also used for receiving and integrating the chart data to obtain a chart graph, and the chart graph is displayed on the front-end equipment interface.
The apparatus in the embodiment shown in fig. 3 may be correspondingly used to perform the steps in the method embodiment shown in fig. 2, and the implementation principle and the technical effect are similar, which are not described herein again.
Fig. 4 is a schematic structural diagram of implementation hardware of a responsive report according to an embodiment of the present invention, where the apparatus 20 includes: a processor 21, a memory 22 and a computer program; wherein
A memory 22 for storing the computer program, which may also be a flash memory (flash). The computer program is, for example, an application program, a functional module, or the like that implements the above method.
A processor 21 for executing the computer program stored in the memory to implement the steps performed by the apparatus in the above method. Reference may be made in particular to the description relating to the preceding method embodiment.
Alternatively, the memory 22 may be separate or integrated with the processor 21.
When the memory 22 is a device independent of the processor 21, the apparatus may further include:
a bus 23 for connecting the memory 22 and the processor 21.
The present invention also provides a readable storage medium, in which a computer program is stored, which, when being executed by a processor, is adapted to implement the methods provided by the various embodiments described above.
The readable storage medium may be a computer storage medium or a communication medium. Communication media includes any medium that facilitates transfer of a computer program from one place to another. Computer storage media may be any available media that can be accessed by a general purpose or special purpose computer. For example, a readable storage medium is coupled to the processor such that the processor can read information from, and write information to, the readable storage medium. Of course, the readable storage medium may also be an integral part of the processor. The processor and the readable storage medium may reside in an Application Specific Integrated Circuits (ASIC). Additionally, the ASIC may reside in user equipment. Of course, the processor and the readable storage medium may also reside as discrete components in a communication device. The readable storage medium may be a read-only memory (ROM), a random-access memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
The present invention also provides a program product comprising execution instructions stored in a readable storage medium. The at least one processor of the device may read the execution instructions from the readable storage medium, and the execution of the execution instructions by the at least one processor causes the device to implement the methods provided by the various embodiments described above.
In the above embodiments of the apparatus, it should be understood that the Processor may be a Central Processing Unit (CPU), other general purpose processors, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of a method disclosed in connection with the present invention may be embodied directly in a hardware processor, or in a combination of the hardware and software modules within the processor.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. A realization method of a responsive report is characterized in that the method comprises the following steps:
the front-end equipment acquires the selection chart information of a user on the front-end equipment interface;
the front-end equipment sends a request of chart data to the back-end equipment according to the chart information; wherein the chart information corresponds to the chart data;
the back-end equipment receives the request and sends the obtained chart data to the front-end equipment;
and the front-end equipment receives and integrates and processes the chart data to obtain a chart graph, and the chart graph is displayed on the front-end equipment interface.
2. The method of claim 1, wherein after the front-end device interface displays the graph, the method further comprises:
obtaining the selection of a chart label of a user on the front-end equipment interface;
according to the chart label selection, obtaining chart data corresponding to the chart label from the back-end equipment;
and generating and displaying a related chart graph on the front-end equipment interface according to the related chart data.
3. The implementation method of claim 2, wherein the graph tag is set in a data ID connection corresponding to the backend device.
4. The method according to claim 3, wherein the receiving, by the back-end device, the request and sending the obtained chart data to the front-end device includes:
the back-end equipment receives the request;
according to the request, obtaining the data ID corresponding to the chart information, and obtaining the chart data according to the data ID;
and returning the chart data to the front-end equipment.
5. The implementation method of any one of claims 1 to 4, wherein the front-end device and the back-end device are connected based on a websocket and obtain the corresponding data source ID through a kafka (card Kaffa) service.
6. The method of claim 5, wherein the chart information, the chart label, and the chart data are combined to design an integrated tool insert.
7. The method of claim 6, further comprising:
the integrated tool plug-in is connected with a matched system;
the matching system obtains the chart information from the all-in-one tool insert.
8. An implementation device of a responsive report, the device comprising: a front-end device and a back-end device,
the front-end equipment is used for acquiring the selection chart information of the user on the front-end equipment interface;
the front-end equipment is also used for sending a request of chart data to the back-end equipment according to the chart information;
the back-end equipment is used for receiving the request and sending the obtained chart data to the front-end equipment;
the front-end equipment is also used for receiving and integrating the chart data to obtain a chart graph, and the chart graph is displayed on the front-end equipment interface.
9. A realization system of responsive reports comprises: memory, processor and computer program, the computer program is stored in the memory, the processor runs the computer program to execute the implementation method of the responsive report according to any claim 1-7.
10. A readable storage medium, in which a computer program is stored, which, when being executed by a processor, is adapted to implement the method of implementing the responsive report of any one of claims 1-7.
CN202111419173.3A 2021-11-26 2021-11-26 Method, system and storage medium for realizing responsive report Pending CN114139511A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111419173.3A CN114139511A (en) 2021-11-26 2021-11-26 Method, system and storage medium for realizing responsive report

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111419173.3A CN114139511A (en) 2021-11-26 2021-11-26 Method, system and storage medium for realizing responsive report

Publications (1)

Publication Number Publication Date
CN114139511A true CN114139511A (en) 2022-03-04

Family

ID=80388428

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111419173.3A Pending CN114139511A (en) 2021-11-26 2021-11-26 Method, system and storage medium for realizing responsive report

Country Status (1)

Country Link
CN (1) CN114139511A (en)

Similar Documents

Publication Publication Date Title
CN106020595B (en) Message reply method and device
CN106610785B (en) commodity object list information processing method and device
CN111240669B (en) Interface generation method and device, electronic equipment and computer storage medium
CN107506343A (en) The processing method and platform of a kind of information editing
US20200286100A1 (en) Payment complaint method, device, server and readable storage medium
CN111324609A (en) Knowledge graph construction method and device, electronic equipment and storage medium
CN113157947A (en) Knowledge graph construction method, tool, device and server
CN110889263A (en) Document backlog generation method, device, equipment and storage medium
CN110689393A (en) Man-machine interaction method, device, system and storage medium
CN115081414B (en) Spreadsheet generation method, device, equipment and medium based on data model
CN113518187B (en) Video editing method and device
CN110889266A (en) Conference record integration method and device
CN110502716A (en) A kind of methods of exhibiting of information of vehicles, server, terminal device
CN103678263A (en) Graphical interface display method and system for incidence relations among document chapters
CN111950996A (en) Accounting processing method, device, equipment and medium
CN111813410A (en) Method and device for multi-page combined display of browser data visualization development
CN114139511A (en) Method, system and storage medium for realizing responsive report
CN108536715B (en) Preview page generation method, device, equipment and storage medium
CN112947984B (en) Application program development method and device
CN114880498A (en) Event information display method and device, equipment and medium
CN115048302A (en) Front-end compatibility testing method and device, storage medium and electronic equipment
CN113569114A (en) Visual display method and device for system data
CN113535296B (en) Content organization and display method and corresponding equipment
CN117130946B (en) Test scene generation method and device, electronic equipment and readable storage medium
US20230119741A1 (en) Picture annotation method, apparatus, electronic device, and storage 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