The Line
component is available in the nivo
HTTP rendering API.
The API generates a SVG and return a path to this SVG
which can then be easily embedded.
The api accepts almost the same properties as the regular component, in json, however it's not interactive and you cannot use code in properties (functions).
Please note that the demo API server is installed on heroku using a free plan, so it might be unavailable from times to times.
no response available
Chart data.
X scale configuration.
Optional formatter for x values.
Y scale configuration.
Optional formatter for y values.
Chart width.
Chart height.
'Depends on device'
Adjust pixel ratio, useful for HiDPI screens.
Chart margin.
'linear'
Curve interpolation.
Define style for common elements such as labels, axes…
Define chart's colors.
2
Line width.
false
Enable/disable area below each line.
0
Define the value to be used for area baseline.
0.2
Area opacity (0~1), depends on enableArea.
Define patterns and gradients.
Define rules to apply patterns and gradients
'grid'
, 'markers'
, 'axes'
, 'areas'
, 'crosshair'
, 'lines'
, 'points'
, 'slices'
, 'mesh'
, 'legends'
]Defines the order of layers and add custom layers.
true
Enable/disable points.
Overrides default point circle. The function will receive size
, color
, borderWidth
and borderColor
props and must return a valid SVG element.
6
Size of the points.
Method to compute points color.
0
Width of the points border.
Method to compute points border color.
false
Enable/disable points label.
Property to use to determine point label. If a function is provided, it will receive current point data and should return the desired label.
-12
Label Y offset from point shape.
true
Enable/disable x grid.
Specify values to use for vertical grid lines.
true
Enable/disable y grid.
Specify values to use for horizontal grid lines.
Top axis configuration.
Right axis configuration.
Bottom axis configuration.
Left axis configuration.
true
Enable/disable interactivity.
false
Use a voronoi mesh to detect mouse interactions, enableSlices must be disabled
false
Display mesh used to detect mouse interactions (voronoi cells).
onMouseEnter handler, doesn't work with slice tooltip.
onMouseMove handler, doesn't work with slice tooltip.
onMouseLeave handler, doesn't work with slice tooltip.
onClick handler, doesn't work with slice tooltip.
Custom point tooltip
Enable/disable slices tooltip for x or y axis, automatically disable mesh.
false
Display area used to detect mouse interactions for slices.
Custom slice tooltip
true
Enable/disable crosshair.
'bottom-left'
Crosshair type, forced to slices axis if enabled.
Optional chart's legends.
true
Enable/disable transitions.
'gentle'
Motion config for react-spring, either a preset or a custom configuration.