TimeSeries chart helps to visualize the change in value of a variable over time. Each point in timeseries chart corresponds to a time and the variable being measured or shown.
Size of the parent element/component (passed by the Responsive hoc)
type: object
Additional css classes passed from parent
type: string
defaultValue: 'time-series'
Array of data points. Each data points is an object representing a coordinate {x , y }
type: arrayOf[object Object]
defaultValue: []
Margins for the chart
type: shape[object Object]
defaultValue: { top: 10, right: 10, bottom: 30, left: 30, }
if true, show the area under TimeSeries chart
type: bool
defaultValue: false
Renderer for tooltip
type: func
The key for x value
type: string
TickFormat for x-axis
type: func
defaultValue: d => d
Number of ticks for x-axis
type: number
defaultValue: undefined
The key for x value
type: string
TickFormat for x-axis
type: func
defaultValue: d => d
Number of ticks for x-axis
type: number
defaultValue: undefined