CN115562789B - Time axis assembly control method and device - Google Patents

Time axis assembly control method and device Download PDF

Info

Publication number
CN115562789B
CN115562789B CN202211323435.0A CN202211323435A CN115562789B CN 115562789 B CN115562789 B CN 115562789B CN 202211323435 A CN202211323435 A CN 202211323435A CN 115562789 B CN115562789 B CN 115562789B
Authority
CN
China
Prior art keywords
time scale
operation data
time
range
displaying
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
CN202211323435.0A
Other languages
Chinese (zh)
Other versions
CN115562789A (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.)
Zhongke Shitong Hengqi Beijing Technology Co ltd
Original Assignee
Zhongke Shitong Hengqi Beijing 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 Zhongke Shitong Hengqi Beijing Technology Co ltd filed Critical Zhongke Shitong Hengqi Beijing Technology Co ltd
Priority to CN202211323435.0A priority Critical patent/CN115562789B/en
Publication of CN115562789A publication Critical patent/CN115562789A/en
Application granted granted Critical
Publication of CN115562789B publication Critical patent/CN115562789B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/451Execution arrangements for user interfaces
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

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

Abstract

The invention discloses a time axis assembly control method and a device, wherein the method comprises the following steps: acquiring a current moment, and generating a first indication vertical line for the current moment; acquiring a time scale range of a time axis component, and judging whether the time scale range is a default range or not; if yes, extracting operation data in a default range, mapping the operation data to each time scale according to corresponding time, and generating a second indication vertical line for the time scale range; if not, aiming at each time scale corresponding to the operation data in the time scale range, taking the time scale as the center, expanding the set distance to two sides to obtain a duration range, and deleting blank areas among the duration ranges; mapping the operation data to a time scale, and generating a second indication vertical line for the time scale range. By applying the embodiment of the invention, the user experience is improved.

Description

Time axis assembly control method and device
Technical Field
The invention relates to the technical field of man-machine interaction, in particular to a time axis assembly control method and device.
Background
Currently, the present internet web front-end technology vue component has realized high efficiency, simplicity and reusability, wherein the vue component is the page code after modularized encapsulation. Modular development improves the maintainability of the software and the reusability of the code. In order to be able to fully understand the individual operations in the page development process, a timeline component appears. The time axis component is used for conveniently checking the operation information at each moment.
However, in practical application, it is found that the existing time axis component only can visually present all operation data of the whole time line, if the number of operation data is more, the occupied page space is larger during the presentation, and the style structure is not attractive; in addition, when the time period corresponding to the time axis is longer and the operation data is more, the time axis component can only display the operation data with coarser granularity limited by the page size, and the data selection and the quick looking-up extraction of the accurate time scale are not suitable.
Therefore, the existing timeline assembly has the technical problem of poor user experience.
Disclosure of Invention
The invention aims to provide a time axis assembly control method and a device for improving user experience.
The invention solves the technical problems through the following technical scheme:
the invention provides a time axis assembly control method, which comprises the following steps:
acquiring a current moment, and generating a first indication vertical line for the current moment; acquiring a time scale range of a time axis assembly, and judging whether the time scale range is a default range, wherein the time scale range comprises a start time scale and an end time scale;
if yes, extracting operation data in a default range, mapping the operation data to each time scale according to corresponding time, and generating a second indication vertical line for the time scale range;
if not, aiming at each time scale corresponding to the operation data in the time scale range, taking the time scale as the center, expanding the set distance to two sides to obtain a duration range, and deleting blank areas among the duration ranges; mapping the operation data to a time scale, and generating a second indication vertical line for the time scale range.
Optionally, the method further comprises:
judging whether the area for displaying the operation data exceeds the set area of the man-machine interaction interface;
if yes, scrolling and displaying operation data corresponding to each time scale in the set area according to the time sequence.
Optionally, the scrolling display of the operation data corresponding to each time scale in the set area according to the time sequence includes:
acquiring a visual focus of a user, and judging whether the visual focus is positioned in a set area or not;
if yes, displaying the operation data according to the first scrolling speed;
if not, displaying the operation data according to the second scrolling speed, wherein the first scrolling speed is smaller than the second scrolling speed.
Optionally, the method further comprises:
acquiring configuration data of important nodes set by a user, wherein the configuration data comprises: keywords, one or a combination of time points;
and searching corresponding target operation data in the operation data according to the configuration data, and highlighting the target operation data.
Optionally, the method further comprises:
establishing a mapping relation between the operation data and coordinate points on the map;
acquiring a frame selection instruction of a user on a map, and judging whether coordinate points corresponding to each operation data are in a range selected by the frame selection instruction;
if yes, adding the operation data into a target set; and sequentially displaying the operation data in the target set in a setting area of the man-machine interaction interface according to the time sequence.
Optionally, the displaying each operation data in the target set in sequence in the setting area of the man-machine interaction interface according to the time sequence includes:
and screening the secondary screening data with the corresponding time scales within a preset time range from the target set, and sequentially displaying the secondary screening data in a set area of the man-machine interaction interface according to the time sequence.
Optionally, the displaying each operation data in the target set in sequence in time sequence in the setting area of the man-machine interaction interface includes:
receiving a user selection operation of a time scale in a set area, determining operation data corresponding to the selected time scale according to the selection operation, and determining a corresponding coordinate point according to the operation data;
and displaying a reminding mark at the position of the coordinate point, and displaying the operation data at the reminding mark.
Optionally, before the step of displaying the alert mark at the position of the coordinate point, the method further includes:
and acquiring a visual focus of the user, and executing the step of displaying the reminding mark at the position of the coordinate point when the visual focus of the user is overlapped with the coordinate point corresponding to the operation data.
The invention also provides a time axis assembly control device, which comprises:
the acquisition module acquires the current moment and generates a first indication vertical line for the current moment; acquiring a time scale range of a time axis assembly, and judging whether the time scale range is a default range, wherein the time scale range comprises a start time scale and an end time scale;
the generating module is used for extracting operation data in a default range when the output result of the obtaining module is yes, mapping the operation data to each time scale according to the corresponding moment, and generating a second indication vertical line for the time scale range;
the expansion module is used for aiming at each time scale corresponding to the operation data in the time scale range when the output result of the acquisition module is NO, expanding the set distance to two sides by taking the time scale as the center to obtain a duration range, and deleting blank areas among the duration ranges; mapping the operation data to a time scale, and generating a second indication vertical line for the time scale range.
Compared with the prior art, the invention has the following advantages:
by applying the embodiment of the invention, on one hand, the quantity of the displayed operation data is controlled by setting the default range, and on the other hand, when the time scale range is different from the default range, the quantity of the time scales in the time scale range is reduced, so that more operation data outside the time scale range can be vacated for spatial display, and further the user experience is improved.
Drawings
Fig. 1 is a schematic flow chart of a control method of a time axis component according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a control method of a timeline assembly according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a principle of scrolling in a control method of a timeline assembly according to an embodiment of the present invention;
fig. 4 is a schematic diagram of a map frame selection principle in a control method of a time axis component according to an embodiment of the present invention.
Detailed Description
The following describes in detail the examples of the present invention, which are implemented on the premise of the technical solution of the present invention, and detailed embodiments and specific operation procedures are given, but the scope of protection of the present invention is not limited to the following examples.
Example 1
Fig. 1 is a schematic flow chart of a control method of a time axis component according to an embodiment of the present invention; fig. 2 is a schematic diagram of a control method of a time axis assembly according to an embodiment of the present invention, as shown in fig. 2 and fig. 2, the method includes:
s101: acquiring a current moment, and generating a first indication vertical line for the current moment; acquiring a time scale range of a time axis assembly, and judging whether the time scale range is a default range, wherein the time scale range comprises a start time scale and an end time scale; if yes, executing S102; if not, S103 is performed.
The description will be given taking as an example the time axis displayed below the web interface of the computer. The time component of the embodiment of the invention is developed in a mode of components and is introduced into a business system. The time axis is displayed in a setting area at the bottom of the system page, the setting area is set in a transverse tiling mode, the transverse width of the setting area can be the same as that of the web page, and the vertical height of the setting area can be 10% of that of the web page. The embodiment of the invention does not limit the size of the set area, but does not exceed the size of the web page. By applying the embodiment of the invention, the flattened design also enables the control to fit with a plurality of business systems. Compared with the existing time axis control, the function of the assembly is tidier and more efficient, the space occupation ratio of pages is reduced by the small and simple design, and the visual effect of the assembly is improved;
specifically, the time scale range is input by a user on the man-machine interaction surface, the method of inputting is that a starting time scale is set, an ending time scale is set, then the time assembly can be identified, and the time range between the starting time scale and the ending time scale is taken as the time scale range.
When the default range is the time range of one week before the current time, it is determined whether the time scale range is the same as the default range, and if the time scale range is the same as the default range, the step S102 is executed, and if the time scale range is not the same as the default range, the step S103 is executed.
In practical application, the start-stop time of the time axis is the current time, and the user can freely configure the start time scale. The timeline assembly generates a first indicated vertical line of red color at a current time.
S102: and extracting operation data in a default range, mapping the operation data to each time scale according to the corresponding time, and generating a second indication vertical line for the time scale range.
Specifically, each operation data in a time range of one week is acquired. In practical applications, each operation data corresponds to a time scale, and therefore the operation data is mapped and displayed at the corresponding time scale position. A blue second indicator vertical line is generated for the time scale range. The second indication vertical line is different from the first indication vertical line in color, so that the user can distinguish the second indication vertical line from the first indication vertical line conveniently. And a plurality of sets of color schemes of customized time axis interface patterns can be realized, and the visual effect of the control is improved.
S103: aiming at each time scale corresponding to the operation data in the time scale range, expanding the set distance to two sides by taking the time scale as the center to obtain a duration range, and deleting blank areas among the duration ranges; mapping the operation data to a time scale, and generating a second indication vertical line for the time scale range.
For example, the time scale range selected by the user is 1 month, 1 day, and 1 month, and 30 days, and since the maximum display capability of the setting area is smaller than the time scale range, the time within the time scale range needs to be screened and displayed.
First, a time scale in which the operation data exists in 1 month 1 day to 1 month 30 days is extracted, for example, the operation data exists in 1 month 5 days, 1 month 10 days, and 1 month 25 days. Taking the time scale of 1 month and 5 days and the set distance of 3 days as an example, the time scale is extended forward to 1 month and 2 days with 1 month and 5 days as the center, and is extended backward to 1 month and 8 days. And so on, taking the time scale of 1 month and 10 days and the set distance of 3 days as an example, taking 1 month and 10 days as the center, extending forward to 1 month and 7 days, simultaneously extending backward to 1 month and 13 days, taking the time scale of 1 month and 25 days and the set distance of 3 days as an example, extending forward to 1 month and 22 days and simultaneously extending backward to 1 month and 28 days, dividing 1 month from 1 month to 1 month and 30 days, and deleting all the time scales except 1 month and 25 days, 1 month and 13 days, 1 month and 7 month and 1 month and 13 days, and 1 month and 22 days and 1 month and 28 days to obtain the product:
time scales of 1 month 7 days-1 month 13 days, 1 month 22 days-1 month 28 days.
And mapping the corresponding operation data onto the time scales obtained after deletion, and generating a blue second indication vertical line for the time scale range. The user can flexibly set the corresponding time interval according to the own service requirement and the attention point.
By applying the embodiment of the invention, on one hand, the quantity of the displayed operation data is controlled by setting the default range, and on the other hand, when the time scale range is different from the default range, the quantity of the time scales in the time scale range is reduced, so that more operation data outside the time scale range can be vacated for spatial display, and further the user experience is improved.
Because the existing time axis control is used for displaying all operation data of all time scales at one time, the resources required by a page at one time can be too many, and the invention can return to appointed date and time to match historical operation data of corresponding time by clicking or dragging the time scale mark when the position of the time scale mark is changed;
using the control default range (one week before the current time), historical operating data can be traced back to data within the current week; the user can also freely select any previous date and time interval, and as the operation data of the event does not generate future time, the time range of the time axis control is defaulted to be not selectable for the date and time after the current day, and the time scale shown by the component is changed after the selection is finished.
In another embodiment of example 1 of the present invention, the second indicator vertical line is displayed at the center of the time scale range.
Further, the component receives a drag operation of the user on the second indication vertical line, and integrally translates the time scale range and the second indication vertical line to a position where the drag operation is finished according to the drag operation. For example, when the user clicks the second indication vertical line and then holds the pressing action, and drags the second indication vertical line horizontally to the left, the time scale range is also moved to the left, and after the user releases the key, the time scale range stops moving. By applying the embodiment of the invention, when a user enters a service system, the time axis control defaults to display the current time scale, and simultaneously loads real-time operation data of the current time scale, if a blue time scale line is not dragged or the time scale is clicked, the service data of the current time is always displayed. Clicking the time scale on the time axis or dragging the blue time scale line, returning to the selected time scale, and displaying the corresponding operation data by taking the time as a screening condition. And further, the technical effect of changing the time scale conveniently by a user can be realized. The user can conveniently check the historical operation data of the previous scale and the next scale of the selected date scale by dragging and clicking the selected time scale in the time axis. The time scale on the time axis supports automatic adjustment, supporting scales from milliseconds to years.
It should be emphasized that in the embodiment of the present invention, when the user inputs the time scale range for the first time, the time scale range is used as a basis for determining not only the position of the second indication vertical line, but also the time length included in the time scale range. When the user drags the second indication vertical line, the time scale range only has the function of determining the basis of the time length contained in the time scale range, that is, the time length corresponding to the time scale range is unchanged no matter how the user drags the second indication vertical line. For example, the time scale ranges from 1 month for 10 days to 12 days, and the second indicated vertical line is 1 month for 11 days. And when the user drags the corresponding second indication vertical line to 1 month and 20 days, the corresponding time scale range is changed into 1 month and 19 days-21 days.
Example 2
Example 2 of the present invention adds the following steps on the basis of example 1:
fig. 3 is a schematic diagram of a principle of scrolling in a control method of a timeline assembly according to an embodiment of the present invention, where, as shown in fig. 3, the method further includes:
judging whether the area for displaying the operation data exceeds the set area of the man-machine interaction interface;
if yes, scrolling and displaying operation data corresponding to each time scale in the set area according to the time sequence.
Specifically, the automatic broadcasting, that is, the rolling display depends on the configured time interval, that is, how long after the first operation data is broadcast at the same position, the operation data of the next time scale is broadcast; the distance of the operational data from the current time scale may also be specified, for example, the control defaults to play one operational data every two seconds, one operational data may deviate from the current time scale by 86400 seconds. The customization of time scale and time range selection, the free selection time range can also be used for matching the time range according to the service data, and the flexibility of the assembly is higher;
the system can be configured in a targeted manner according to requirements, and the blue scale line in the broadcasting period of the time axis shows a specific current traveling time. And if the user sets the next rolling play, automatically ending the automatic broadcast.
By applying the embodiment of the invention, the historical operation data of the broadcasting object time can be carried out according to the time interval and the time scale granularity configured by a user; the automatic broadcasting of the time axis can also more intuitively show the traceability of the event development, and a conclusion is obtained through the data broadcasting of a period of time. The user can more intuitively and conveniently check the occurrence time trend of the event data, compare the occurrence time trend with the occurrence time trend of the event data of the same time node, and analyze the development trend of the data.
Because the existing time axis control is used for displaying all data in an arrangement mode or the sizes of the last scale and the next scale cannot be flexibly configured, in order to compare and analyze operation data more conveniently and draw conclusions, the time axis control is further provided with a date scale for advancing and retreating, the scale of each advancing or retreating is controlled by configuring the scale size (default 86400 seconds) of each advancing, operation data of the corresponding time scale can be refreshed and displayed in a list, and the operation data can be quickly and retrospectively viewed and visually presented.
Further, the visual focus of the user can be obtained, and whether the visual focus position is located in the set area or not can be judged;
if yes, displaying the operation data according to the first scrolling speed;
if not, displaying the operation data according to the second scrolling speed, wherein the first scrolling speed is smaller than the second scrolling speed.
By applying the embodiment of the invention, the playing speed is improved when the user notices, and the playing speed is improved when the user does not notice, so that the playing operation can be completed as soon as possible.
Example 3
Example 3 of the present invention adds the following steps on the basis of example 1:
acquiring configuration data of important nodes set by a user, wherein the configuration data comprises: keywords, one or a combination of time points;
and searching corresponding target operation data in the operation data according to the configuration data, and highlighting the target operation data.
Specifically, the configuration data of the important nodes are configured on the time axis control, when the configuration data is included in the operation data, a highlight pattern is displayed on the time scale where the time axis is located, the pattern can be freely configured according to the requirements and favorites, the structure is clear, and the front end and the rear end can be combined and linked.
By applying the embodiment of the invention, the user can screen out important operation data, thereby improving user experience.
Example 4
Fig. 4 is a schematic diagram of a map frame selection principle in a control method for a time axis assembly according to an embodiment of the present invention, as shown in fig. 4, embodiment 4 of the present invention adds the following steps on the basis of embodiment 1:
establishing a mapping relation between the operation data and coordinate points on the map; acquiring a frame selection instruction of a user on a map, and judging whether coordinate points corresponding to each operation data are in a range selected by the frame selection instruction; if yes, adding the operation data into a target set; and sequentially displaying the operation data in the target set in a setting area of the man-machine interaction interface according to the time sequence.
The embodiment of the invention also configures a linkage function of the operation data and the map, and the time axis component maps each operation data with a corresponding coordinate point on the map in advance. The user can perform range frame selection on the map to pay attention to all operation data of the region, a coordinate point range is obtained through frame selection, and then whether the operation data exist in the selected range is judged according to whether the position attribute of the coordinate point range contains the coordinate point corresponding to the operation data, so that all data in the selected region range can be obtained.
By applying the embodiment of the invention, the screening operation of the operation data can be conveniently carried out by a user according to the geographic position, and the user experience is improved.
Further, secondary screening data with corresponding time scales within a preset time range can be screened out from the target set, and then the secondary screening data are sequentially displayed in a set area of the man-machine interaction interface according to a time sequence.
The embodiment of the invention finds out the earliest time and the latest time in the operation data list according to time sequence of the data, and controls the date range of the time axis as the start-stop time input to the time axis control. Thereby realizing the secondary screening of the operation data.
Furthermore, embodiment 4 of the present invention may be implemented in combination with embodiment 2 or embodiment 3, for example, in combination with an automatic broadcast event, so that the historical data can be traced.
Further, the method can also receive the selection operation of the user on the time scale in the setting area, determine the operation data corresponding to the selected time scale according to the selection operation, and determine the corresponding coordinate point according to the operation data;
and displaying a reminding mark at the position of the coordinate point, and displaying the operation data at the reminding mark.
By applying the embodiment of the invention, the association relationship between the map and the selected time scale can be established for the user, and the user experience is improved.
Still further, before the displaying the alert mark step at the position of the coordinate point, the method further includes:
and acquiring a visual focus of the user, and executing the step of displaying the reminding mark at the position of the coordinate point when the visual focus of the user is overlapped with the coordinate point corresponding to the operation data.
By applying the embodiment of the invention, the association relationship between the map and the selected time scale can be built for the user only when the user notices the position of the coordinate point, so that the user experience is improved and the operation amount is reduced.
Example 5
Corresponding to embodiment 1 of the present invention, the present invention also provides a timeline assembly control apparatus, including:
the acquisition module acquires the current moment and generates a first indication vertical line for the current moment; acquiring a time scale range of a time axis assembly, and judging whether the time scale range is a default range, wherein the time scale range comprises a start time scale and an end time scale;
the generating module is used for extracting operation data in a default range when the output result of the obtaining module is yes, mapping the operation data to each time scale according to the corresponding moment, and generating a second indication vertical line for the time scale range;
the expansion module is used for aiming at each time scale corresponding to the operation data in the time scale range when the output result of the acquisition module is NO, expanding the set distance to two sides by taking the time scale as the center to obtain a duration range, and deleting blank areas among the duration ranges; mapping the operation data to a time scale, and generating a second indication vertical line for the time scale range.
The foregoing description of the preferred embodiments of the invention is not intended to be limiting, but rather is intended to cover all modifications, equivalents, and alternatives falling within the spirit and principles of the invention.

Claims (9)

1. A method of timeline assembly control, the method comprising:
acquiring a current moment, and generating a first indication vertical line for the current moment; acquiring a time scale range of a time axis assembly, and judging whether the time scale range is a default range, wherein the time scale range comprises a start time scale and an end time scale;
if yes, extracting operation data in a default range, mapping the operation data to each time scale according to corresponding time, and generating a second indication vertical line for the time scale range;
if not, aiming at each time scale corresponding to the operation data in the time scale range, taking the time scale as the center, expanding the set distance to two sides to obtain a duration range, and deleting blank areas among the duration ranges; mapping the operation data to a time scale, and generating a second indication vertical line for the time scale range.
2. The method of claim 1, further comprising:
judging whether the area for displaying the operation data exceeds the set area of the man-machine interaction interface;
if yes, scrolling and displaying operation data corresponding to each time scale in the set area according to the time sequence.
3. The method according to claim 2, wherein the step of scrolling the operation data corresponding to each time scale in the set area in time sequence includes:
acquiring a visual focus of a user, and judging whether the visual focus is positioned in a set area or not;
if yes, displaying the operation data according to the first scrolling speed;
if not, displaying the operation data according to the second scrolling speed, wherein the first scrolling speed is smaller than the second scrolling speed.
4. The method of claim 1, further comprising:
acquiring configuration data of important nodes set by a user, wherein the configuration data comprises: keywords, one or a combination of time points;
and searching corresponding target operation data in the operation data according to the configuration data, and highlighting the target operation data.
5. The method of claim 1, further comprising:
establishing a mapping relation between the operation data and coordinate points on the map;
acquiring a frame selection instruction of a user on a map, and judging whether coordinate points corresponding to each operation data are in a range selected by the frame selection instruction;
if yes, adding the operation data into a target set; and sequentially displaying the operation data in the target set in a setting area of the man-machine interaction interface according to the time sequence.
6. The method according to claim 5, wherein sequentially displaying the operation data in the target set in the set area of the man-machine interface in time sequence, comprises:
and screening the secondary screening data with the corresponding time scales within a preset time range from the target set, and sequentially displaying the secondary screening data in a set area of the man-machine interaction interface according to the time sequence.
7. The method according to claim 5, wherein sequentially displaying the operation data of the target set in the time sequence in the setting area of the man-machine interface, comprises:
receiving a user selection operation of a time scale in a set area, determining operation data corresponding to the selected time scale according to the selection operation, and determining a corresponding coordinate point according to the operation data;
and displaying a reminding mark at the position of the coordinate point, and displaying the operation data at the reminding mark.
8. The method according to claim 5, characterized in that before the step of displaying the reminder mark at the position of the coordinate point, the method further comprises:
and acquiring a visual focus of the user, and executing the step of displaying the reminding mark at the position of the coordinate point when the visual focus of the user is overlapped with the coordinate point corresponding to the operation data.
9. A timeline assembly control apparatus, said apparatus comprising:
the acquisition module acquires the current moment and generates a first indication vertical line for the current moment; acquiring a time scale range of a time axis assembly, and judging whether the time scale range is a default range, wherein the time scale range comprises a start time scale and an end time scale;
the generating module is used for extracting operation data in a default range when the output result of the obtaining module is yes, mapping the operation data to each time scale according to the corresponding moment, and generating a second indication vertical line for the time scale range;
the expansion module is used for aiming at each time scale corresponding to the operation data in the time scale range when the output result of the acquisition module is NO, expanding the set distance to two sides by taking the time scale as the center to obtain a duration range, and deleting blank areas among the duration ranges; mapping the operation data to a time scale, and generating a second indication vertical line for the time scale range.
CN202211323435.0A 2022-10-27 2022-10-27 Time axis assembly control method and device Active CN115562789B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211323435.0A CN115562789B (en) 2022-10-27 2022-10-27 Time axis assembly control method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211323435.0A CN115562789B (en) 2022-10-27 2022-10-27 Time axis assembly control method and device

Publications (2)

Publication Number Publication Date
CN115562789A CN115562789A (en) 2023-01-03
CN115562789B true CN115562789B (en) 2023-04-28

Family

ID=84769765

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211323435.0A Active CN115562789B (en) 2022-10-27 2022-10-27 Time axis assembly control method and device

Country Status (1)

Country Link
CN (1) CN115562789B (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105843477B (en) * 2016-03-25 2019-06-11 华为技术有限公司 The method and apparatus of display event
CN108563699A (en) * 2018-03-23 2018-09-21 中兴软创科技股份有限公司 A method of business datum is checked by new time axis
CN113821654A (en) * 2021-06-30 2021-12-21 腾讯科技(深圳)有限公司 Multimedia data recommendation method and device, electronic equipment and storage medium
CN114281227A (en) * 2021-12-28 2022-04-05 四川启睿克科技有限公司 Data driving shaft implementation method based on measurable units

Also Published As

Publication number Publication date
CN115562789A (en) 2023-01-03

Similar Documents

Publication Publication Date Title
US7788598B2 (en) System and method for assigning and scheduling activities
US20160147403A1 (en) Continuously scrollable calendar user interface
CN103365529A (en) Icon management method and mobile terminal
WO2021036448A1 (en) Webpage editing method and apparatus
CN109918070A (en) A kind of system and method for customized monitoring and control configuration of the platform based on browser
US10467782B2 (en) Interactive hierarchical bar chart
CN104102636A (en) Method and device for counting and presenting page data
CN110750711A (en) Data pushing method and device, computer equipment and storage medium
CN115562789B (en) Time axis assembly control method and device
US9298709B2 (en) Computer system to visualize data from an IP rights database
US10809904B2 (en) Interactive time range selector
CN114741079A (en) Software development method, platform, electronic device and computer-readable storage medium
CN116301871B (en) Method and system for developing functional page by adopting index legend
CN105589868B (en) Target track query method and device
JP5820201B2 (en) Schedule management device, schedule management method, and program
CN111602404B (en) Program production method, device, system and computer readable medium
CN113010829B (en) Data partition visualization method and device, computer equipment and storage medium
JPH01292287A (en) Display of calendar data
CN114064786A (en) Data display method, data display device and server
JP6209849B2 (en) Information display device, information display method, and information display program
CN112068821A (en) Intelligent park-based app visual construction method
CN114116686A (en) Data visualization method for realizing data large screen
CN104714720A (en) Method for achieving self scanning and client terminal
US20230093879A1 (en) Computer implemented methods and systems for project management
CN117472380B (en) Front-end form generation method and system

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