Skip to content

Time series component

HugoQN edited this page Sep 4, 2019 · 1 revision

Basic Implement

Time-series use Highcharts.stockChart as the basic of this component.

Data

Data are the tweets that related to the key world "wildfire". We also reorganize the data and count the total amount of tweet in each day-unit.

Event

Both of the event will update the date selected in time service.

  • Selection: "setExtremes" is the event on x-Axis, where any change of range of x-Axis will be showed at the bottom of the time-series.
  • Click: This event is on the above chart where a click will result a shaded band in that day region, an emphasized x-label if that tick exists.