CN113093976B - Method and device for realizing data graph comparison on touch screen equipment - Google Patents
Method and device for realizing data graph comparison on touch screen equipment Download PDFInfo
- Publication number
- CN113093976B CN113093976B CN202110336535.6A CN202110336535A CN113093976B CN 113093976 B CN113093976 B CN 113093976B CN 202110336535 A CN202110336535 A CN 202110336535A CN 113093976 B CN113093976 B CN 113093976B
- Authority
- CN
- China
- Prior art keywords
- display
- comparison
- graph
- items
- touch screen
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 31
- 230000006870 function Effects 0.000 description 6
- 230000008569 process Effects 0.000 description 5
- 238000004590 computer program Methods 0.000 description 3
- 230000005540 biological transmission Effects 0.000 description 2
- 230000008859 change Effects 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000006872 improvement Effects 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 230000003993 interaction Effects 0.000 description 1
- 230000009191 jumping Effects 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 230000001960 triggered effect Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0487—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
- G06F3/0488—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
- G06F3/04883—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures for inputting data by handwriting, e.g. gesture or text
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0484—Interaction 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
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
The application provides a method for realizing data graph comparison on touch screen equipment, which comprises the following steps: displaying at least two display items, each display item varying along with a variable; and after detecting a preset touch screen gesture taking at least two display items as operation objects, displaying a comparison graph of the at least two operation objects relative to the variable. By the technical scheme, a developer does not need a separate graphic comparison module to realize a comparison function, the complexity of software on the touch screen device is reduced, the operation of a user is greatly simplified, and the efficiency of the user is improved.
Description
Technical Field
The application relates to the technical field of data processing and man-machine interaction, in particular to a method and a device for realizing data graph comparison on touch screen equipment.
Background
With the development of mobile interconnection technology and the improvement of mobile device performance, various client apps (applications) running on mobile devices are rapidly developing. The functions provided by these apps cover almost every aspect of life and work, bringing great convenience to the user.
Security software is becoming an important branch in intelligent terminals apps. Besides the operation of checking quotations, information and buying and selling, the graphic comparison of indexes such as time-sharing trend, K line, volume of volume and the like is also an indispensable function of security software.
In the prior art, if a user wants to compare the time-sharing trend of two stocks, the user needs to click on a stock comparison function option, open a stock comparison page, and display a list of a plurality of stocks on the stock comparison page; the user selects the stocks which want to be compared one by one on the stock comparison page, and clicks a comparison button after the selection is completed, and then the comparison of the time-sharing trend chart of the selected stocks can be seen. The realization mode requires an App developer to use a single graph comparison module and increase a plurality of pages to realize corresponding functions, thereby increasing the complexity of software on the mobile equipment; for users, multiple operations need to be performed on two pages, which is too cumbersome and inefficient.
Disclosure of Invention
In view of the above, the present application provides a method for implementing data graphic comparison on a touch screen device, including:
displaying at least two display items in the same page, wherein each display item changes along with a variable;
after detecting a preset touch screen gesture taking at least two display items as operation objects, generating and displaying a comparison graph of the at least two display items relative to the variable; the comparison graph is based on the same horizontal axis and displays the graph where the at least two display items are different by the vertical axis.
The application also provides a device for realizing data graph comparison on the touch screen device, which comprises:
a display unit for displaying at least two display items in the same page, wherein each display item changes along with a variable;
The comparison graph display unit is used for generating and displaying a comparison graph of at least two display items relative to the variable after detecting a preset touch screen gesture taking the at least two display items as operation objects; the comparison graph is based on the same horizontal axis and displays the graph where the at least two display items are different by the vertical axis.
According to the technical scheme, in the embodiment of the application, the comparison graph of the operation object can be checked through the preset touch screen gesture taking at least two display items as the operation object on the page displaying at least two display items, so that a developer does not need a separate graph comparison module to realize a comparison function, the complexity of software on the touch screen device is reduced, the operation of a user is greatly simplified, and the efficiency of the user is improved.
Drawings
FIG. 1 is a flow chart of a method for implementing data graphic comparison on a touch screen device according to an embodiment of the present application;
FIG. 2 is a stock list display interface in an example of an application of the present application;
FIG. 3 is a display interface for dragging one stock to another stock in an example application of the present application;
FIG. 4 is a display interface for displaying a comparison chart of time-sharing trends of two stocks on an elastic layer in an application example of the present application;
FIG. 5 is a hardware block diagram of a touch screen device;
Fig. 6 is a logic structure diagram of an implementation apparatus for comparing data patterns on a touch screen device according to an embodiment of the present application.
Detailed Description
The embodiment of the application provides a novel implementation method for data graph comparison on touch screen equipment, a user can see the comparison graph of an operation object by only making a preset touch screen gesture taking at least two display items as the operation object on a page displaying a plurality of display items, the operation of the user is greatly simplified, a software developer does not need to develop an independent graph comparison module, the software implementation on the touch screen equipment is simplified, and the efficiency of the developer and the user is greatly improved, so that the problems in the prior art are solved.
The embodiment of the application is applied to touch screen equipment which takes the touch screen capable of sensing gestures of a user as an input component, and the touch screen equipment can be intelligent mobile phones, tablet computers, notebooks, servers and other equipment.
In the embodiment of the application, the flow of the implementation method for data graph comparison on the touch screen device is shown in fig. 1.
At step 110, at least two presentation items are displayed, each of which varies along with a variable.
The presentation item includes various types of data for comparison. In general, the contrast graph is based on the same horizontal axis, and the vertical axis shows the difference between two or more data to be compared; that is, the presentation item adapted to perform graphic comparison varies along with a variable, and the comparison graphic is a graphic generated from specific numerical values of two or more presentation items with respect to the variable of the same value range.
For example, the display items may be data such as price, volume of transactions, income, or consumption, all of which change over time. The time is taken as the horizontal axis, and a line graph, a bar graph or a scatter graph can be used for representing the comparison graph of the display items of different subjects in the same time interval. For example, a histogram of sales for staff A and staff B from 3 months to 9 months in 2015, a scatter plot of daily capacity for two regional houses per 9 months versus the number of flat meters, and the like.
In various client software, browsers, comparable types of data (i.e., presentation items) are typically presented in a similar fashion on the same page, with the display content of each presentation item including one or more of the presentation item name, current value, and other indicia associated with the presentation item. The specific display mode and display content can be determined according to the actual application scene, and are not limited.
And 120, after detecting a preset touch screen gesture taking at least two display items as operation objects, displaying a comparison graph of the at least two operation objects relative to the variable.
The touch screen device detects touch screen gestures of a user on a page displaying at least two display items, and if the user makes preset touch screen gestures taking the at least two display items as operation objects, the user is considered to intend to view comparison graphs among the operation objects of the preset touch screen gestures, and the touch screen device displays the comparison graphs of the operation objects relative to the same variable to the user.
The predetermined touch screen gesture may be any gesture having two or more valid operating points, and is not limited in embodiments of the present application. For example, in the case of single point touch, the predetermined touch screen gesture may be a press down in the display area of one presentation item and then drag down in the display area of another presentation item; the display items in the pressing and releasing processes are the two operation objects of the gesture. For another example, in the case of multi-touch, the predetermined touch screen gesture may be one or more of double-clicking the display areas of at least two display items simultaneously, long-pressing the display areas of at least two display items simultaneously, and sliding with a predetermined trajectory after pressing the display areas of at least two display items simultaneously; the display item where the gesture is located when double-clicking or pressing is two or more operation objects of the gesture.
When the touch screen device detects that a user makes a preset touch screen gesture on a page displaying the display item, a comparison graph of an operation object of the preset touch screen gesture can be displayed on an elastic layer on the current page, page skip can be performed, and the comparison graph of the operation object of the preset touch screen gesture is displayed on the page after the page skip. Wherein, the comparison graph of more than two operation objects is drawn relative to a certain value range of the same variable. The specific implementation of the elastic layer or the jump page and the drawing method of the comparison graph can refer to the prior art, and are not repeated.
In the embodiment of the application, a user can trigger the comparison graph display between at least two display items as operation objects through a preset touch screen gesture in a page displaying two or more display items, so that the user can view the comparison graph of the display items only by using a simple gesture, and compared with the prior art, the operation is greatly simplified and the efficiency of the user is improved by opening a plurality of pages and selecting the display items to be compared one by one; meanwhile, a developer does not need to develop a separate module for the graph comparison function, so that the complexity of codes is reduced, and the efficiency of the developer is improved.
In one application example of the application, in a stock App of a touch screen phone, a drag and drop touch screen gesture is used to trigger the comparison of the profiles of two stocks. Fig. 2 shows a stock list page in the stock App, on which prices (presentation items) of a plurality of stocks are displayed, and names, current prices, and current fluctuation ranges of the stocks are displayed in a display area of each stock.
When the securities App detects that the user presses down in the display area of one stock and drags the stock to be released in the display area of the other stock, the bullet layer is popped up to display the time-sharing trend contrast graph of the two stocks (namely, the broken line contrast graph of the prices of the two stocks relative to the current time).
Specifically, after the securities App detects a pressing and dragging gesture on one stock, continuing to monitor the position data of the dragged stock; if a drop gesture is monitored that the stock is dragged over another stock, a contrast graphical display event is triggered: the touch screen device requests time-sharing trend data (namely the numerical value of the price changing along with the current time) of the two stocks from the server, a custom spring layer is popped up on the current page by utilizing the data returned by the server, and a time-sharing trend comparison graph of the two stocks is drawn on the spring layer. For example, fig. 3 shows the display when the stock 3 is dragged over the stock 2, and fig. 4 shows the display after the comparison of the time-sharing trend of the pop-up stock 2 and the stock 3.
Further, the comparison buttons of other indexes of the two stocks may be displayed on the spring layer (or on the page after the jump in other implementations), such as "five days", "day K", "week K" and "month K" in fig. 4, which respectively represent five-day average line, day K line, week K line and month K line indexes, and when the user receives the operation of the comparison button of a certain index, the comparison graph of the two stocks is displayed on the spring layer (or on the page in other implementations).
Corresponding to the implementation of the flow, the embodiment of the application also provides a device for implementing data graph comparison on the touch screen equipment. The device can be realized by software, hardware or a combination of the hardware and the software. Taking software implementation as an example, the device in a logic sense is formed by reading corresponding computer program instructions into a memory by a CPU (Central Process Unit, central processing unit) of the touch screen device. In terms of hardware, in addition to the CPU, the memory, and the nonvolatile memory shown in fig. 5, the touch screen device where the device for implementing data graph comparison is located generally includes other hardware such as a chip for performing wireless signal transceiving.
Fig. 6 shows a device for implementing data graphic comparison on a touch screen device according to an embodiment of the present application, including a presentation item display unit and a comparison graphic display unit, where: the display unit is used for displaying at least two display items, and each display item changes along with one variable; and the contrast graph display unit is used for displaying the contrast graph of at least two operation objects relative to the variable after detecting the preset touch screen gesture taking at least two display items as the operation objects.
Optionally, the predetermined touch screen gesture using at least two presentation items as operation objects includes: pressing in the display area of one display item and dragging to release in the display area of another display item.
Optionally, the predetermined touch screen gesture using at least two presentation items as operation objects includes: the method includes simultaneously double-clicking the display areas of at least two display items, simultaneously long-pressing the display areas of at least two display items, and/or simultaneously pressing the display areas of at least two display items to slide on a predetermined track.
In one implementation, the contrast graphic display unit is specifically configured to: after detecting a preset touch screen gesture taking at least two display items as operation objects, displaying a comparison graph of the at least two operation objects relative to the variable on an elastic layer of a current page or a page after jumping.
In the above implementation manner, the at least two presentation items may include: prices of at least two stocks; the contrast pattern includes: a time-sharing trend contrast graph of at least two stocks; the spring layer or the page can further comprise: a comparison button for at least one other indicator; the apparatus may further include a comparison pattern replacing unit for displaying a comparison pattern of the index of the at least two stocks on the spring layer or the page upon receiving a user's operation of a comparison button of a certain index.
Optionally, the display item includes: price, volume of transactions, revenue, or consumption over time; the contrast pattern includes: a histogram, a line graph, or a scatter graph.
The foregoing description of the preferred embodiments of the application is not intended to be limiting, but rather to enable any modification, equivalent replacement, improvement or the like to be made within the spirit and principles of the application.
In one typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include volatile memory in a computer-readable medium, random Access Memory (RAM) and/or nonvolatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of computer-readable media.
Computer readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of storage media for a computer include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium, which can be used to store information that can be accessed by a computing device. Computer-readable media, as defined herein, does not include transitory computer-readable media (transmission media), such as modulated data signals and carrier waves.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article or apparatus that comprises the element.
It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Claims (12)
1. A method for realizing data graph comparison on touch screen equipment comprises the following steps:
displaying at least two display items in the same page, wherein each display item changes along with a variable;
after detecting a preset touch screen gesture taking at least two display items as operation objects, generating and displaying a comparison graph of the at least two display items relative to the variable; the comparison graph is based on the same horizontal axis and displays the difference of the at least two display items by the vertical axis.
2. The method of claim 1, the predetermined touch screen gesture with at least two presentation items as operation objects comprising: pressing in the display area of one display item and dragging to release in the display area of another display item.
3. The method of claim 1, the predetermined touch screen gesture with at least two presentation items as operation objects comprising: the method includes simultaneously double-clicking the display areas of at least two display items, simultaneously long-pressing the display areas of at least two display items, and/or simultaneously pressing the display areas of at least two display items to slide on a predetermined track.
4. The method of claim 1, the displaying a contrasting graphic of at least two presentation items relative to the variable, comprising: and displaying the contrast graph of the at least two display items relative to the variable on the elastic layer of the current page or the page after the jump.
5. The method of claim 4, the at least two presentation items comprising: prices of at least two stocks; the contrast pattern includes: a time-sharing trend contrast graph of at least two stocks;
the method for playing the current page on the elastic layer or the page after the jump further comprises the following steps: a comparison button for at least one other indicator;
The method further comprises the steps of: and after receiving the operation of a comparison button of a certain index by a user, displaying the comparison graph of the index of the at least two stocks on the elastic layer of the current page or the page after the jump.
6. The method of claim 1, the presentation item comprising: price, volume of transactions, revenue, or consumption over time;
the contrast pattern includes: a histogram, a line graph, or a scatter graph.
7. An implementation device for data graph comparison on touch screen equipment, comprising:
a display unit for displaying at least two display items in the same page, wherein each display item changes along with a variable;
the comparison graph display unit is used for generating and displaying a comparison graph of at least two display items relative to the variable after detecting a preset touch screen gesture taking the at least two display items as operation objects; the comparison graph is based on the same horizontal axis and displays the difference of the at least two display items by the vertical axis.
8. The apparatus of claim 7, the predetermined touch screen gesture with at least two presentation items as operation objects comprising: pressing in the display area of one display item and dragging to release in the display area of another display item.
9. The apparatus of claim 7, the predetermined touch screen gesture with at least two presentation items as operation objects comprising: the method includes simultaneously double-clicking the display areas of at least two display items, simultaneously long-pressing the display areas of at least two display items, and/or simultaneously pressing the display areas of at least two display items to slide on a predetermined track.
10. The apparatus of claim 7, the contrast graphical display unit being specifically configured to: and after the preset touch screen gesture is detected, displaying the contrast graph of the at least two display items relative to the variable on the elastic layer of the current page or the page after the jump.
11. The apparatus of claim 10, the at least two presentation items comprising: prices of at least two stocks; the contrast pattern includes: a time-sharing trend contrast graph of at least two stocks;
the method for playing the current page on the elastic layer or the page after the jump further comprises the following steps: a comparison button for at least one other indicator;
The apparatus further comprises: and the comparison graph replacing unit is used for displaying the comparison graphs of the indexes of the two stocks on the elastic layer of the current page or the page after the jump after receiving the operation of a comparison button of a certain index by a user.
12. The apparatus of claim 7, the presentation item comprising: price, volume of transactions, revenue, or consumption over time;
the contrast pattern includes: a histogram, a line graph, or a scatter graph.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110336535.6A CN113093976B (en) | 2015-12-22 | 2015-12-22 | Method and device for realizing data graph comparison on touch screen equipment |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110336535.6A CN113093976B (en) | 2015-12-22 | 2015-12-22 | Method and device for realizing data graph comparison on touch screen equipment |
CN201510975691.1A CN106909294B (en) | 2015-12-22 | 2015-12-22 | Method and device for realizing data graph comparison on touch screen equipment |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510975691.1A Division CN106909294B (en) | 2015-12-22 | 2015-12-22 | Method and device for realizing data graph comparison on touch screen equipment |
Publications (2)
Publication Number | Publication Date |
---|---|
CN113093976A CN113093976A (en) | 2021-07-09 |
CN113093976B true CN113093976B (en) | 2024-06-07 |
Family
ID=59199339
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510975691.1A Active CN106909294B (en) | 2015-12-22 | 2015-12-22 | Method and device for realizing data graph comparison on touch screen equipment |
CN202110336535.6A Active CN113093976B (en) | 2015-12-22 | 2015-12-22 | Method and device for realizing data graph comparison on touch screen equipment |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510975691.1A Active CN106909294B (en) | 2015-12-22 | 2015-12-22 | Method and device for realizing data graph comparison on touch screen equipment |
Country Status (1)
Country | Link |
---|---|
CN (2) | CN106909294B (en) |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
TWI651681B (en) * | 2017-08-10 | 2019-02-21 | 三竹資訊股份有限公司 | Device and method for linking quick quoted block and computer program product |
CN108762647A (en) * | 2018-05-21 | 2018-11-06 | 深圳市富途网络科技有限公司 | A kind of method and system of stock market interaction linkage |
CN108803962A (en) * | 2018-05-28 | 2018-11-13 | 浙江口碑网络技术有限公司 | The tables of cashier terminal manage exchange method and device |
CN110716681A (en) * | 2018-07-11 | 2020-01-21 | 阿里巴巴集团控股有限公司 | Method and device for comparing display objects of display interface |
CN112083856B (en) * | 2020-08-18 | 2022-01-18 | 珠海格力电器股份有限公司 | Multi-page parameter viewing processing method and device, terminal and electrical equipment |
CN113362174B (en) * | 2021-06-17 | 2023-01-24 | 富途网络科技(深圳)有限公司 | Data comparison method, device, equipment and storage medium |
CN115829759A (en) * | 2022-12-21 | 2023-03-21 | 中电金信软件有限公司 | Prediction method and device for financial product trend and electronic equipment |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1914638A (en) * | 2004-01-30 | 2007-02-14 | 野村国际股份有限公司 | Financial data analysis data |
CN103810632A (en) * | 2012-11-08 | 2014-05-21 | 腾讯科技(深圳)有限公司 | Security information display method, apparatus, and system |
CN103914181A (en) * | 2013-01-09 | 2014-07-09 | 三竹资讯股份有限公司 | Financial stock reading device and method for displaying multiple comparative views in linkage manner |
CN104077693A (en) * | 2013-03-27 | 2014-10-01 | 腾讯科技(深圳)有限公司 | Commodity comparison method, server, client side and e-commerce system |
CN104252569A (en) * | 2013-06-27 | 2014-12-31 | 腾讯科技(深圳)有限公司 | Method and device for graphical comparison of data |
CN104535721A (en) * | 2014-12-23 | 2015-04-22 | 小米科技有限责任公司 | Air quality data display method and device |
CN104616099A (en) * | 2014-12-31 | 2015-05-13 | 国家电网公司 | Power grid tide data comparison and analysis graphic display method |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
AU2008101282A4 (en) * | 2007-08-09 | 2011-05-26 | Pankaj B. Dalal | Financial decision systems |
US9239672B2 (en) * | 2011-04-20 | 2016-01-19 | Mellmo Inc. | User interface for data comparison |
CN103793844B (en) * | 2012-10-30 | 2017-07-07 | 三竹资讯股份有限公司 | The apparatus and method of stock market's automatic technology analysis |
CN105139256B (en) * | 2015-08-14 | 2018-12-14 | 上海银赛计算机科技有限公司 | Time Index Chart display methods and device |
-
2015
- 2015-12-22 CN CN201510975691.1A patent/CN106909294B/en active Active
- 2015-12-22 CN CN202110336535.6A patent/CN113093976B/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1914638A (en) * | 2004-01-30 | 2007-02-14 | 野村国际股份有限公司 | Financial data analysis data |
CN103810632A (en) * | 2012-11-08 | 2014-05-21 | 腾讯科技(深圳)有限公司 | Security information display method, apparatus, and system |
CN103914181A (en) * | 2013-01-09 | 2014-07-09 | 三竹资讯股份有限公司 | Financial stock reading device and method for displaying multiple comparative views in linkage manner |
CN104077693A (en) * | 2013-03-27 | 2014-10-01 | 腾讯科技(深圳)有限公司 | Commodity comparison method, server, client side and e-commerce system |
CN104252569A (en) * | 2013-06-27 | 2014-12-31 | 腾讯科技(深圳)有限公司 | Method and device for graphical comparison of data |
CN104535721A (en) * | 2014-12-23 | 2015-04-22 | 小米科技有限责任公司 | Air quality data display method and device |
CN104616099A (en) * | 2014-12-31 | 2015-05-13 | 国家电网公司 | Power grid tide data comparison and analysis graphic display method |
Also Published As
Publication number | Publication date |
---|---|
CN106909294A (en) | 2017-06-30 |
CN106909294B (en) | 2021-02-26 |
CN113093976A (en) | 2021-07-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN113093976B (en) | Method and device for realizing data graph comparison on touch screen equipment | |
US8713471B1 (en) | Method and system for providing an intelligent visual scrollbar position indicator | |
JP6126608B2 (en) | User interface for editing values in-place | |
HK1222015A1 (en) | Method and device for performing operation on display object | |
CN106802894B (en) | File induction method and equipment | |
US20170285901A1 (en) | Using drag and drop to apply metadata | |
CN107506376A (en) | Obtain the client of information point data in region | |
CN110858378B (en) | Evaluation information display method, order creation method, purchasing method and device | |
US20150161717A1 (en) | Object selection and presentation of object-related data in one consistent page view | |
CN111028087A (en) | Information display method, device and equipment | |
WO2013163596A2 (en) | Method and system of selecting business object | |
US20140089860A1 (en) | Direct manipulation of data displayed on screen | |
CN110647680A (en) | User browsing behavior analysis method and device | |
CN107016013A (en) | information sharing method, device and system | |
CN111198830B (en) | Identification method and device of mobile storage equipment, electronic equipment and storage medium | |
CN115061591A (en) | Edge false touch detection method, electronic device and computer-readable storage medium | |
CN107450809B (en) | Page interaction method and device and electronic terminal | |
CN111026981B (en) | Visual display method, device and equipment for hot topics | |
CN112306606A (en) | A method and device for presenting control style | |
US12019625B2 (en) | Techniques for automated database query generation | |
US20160019268A1 (en) | User-interface for providing a stack view of an e-book collection | |
CN116341503A (en) | Electronic form configuration method, device, equipment and storage medium | |
JP2023545538A (en) | Data comparison methods, devices, devices and storage media | |
CN111226190A (en) | List switching method and terminal | |
CN107025038B (en) | List operation method and device |
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 |