You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you see in the image above is the latest feature implemented in this release: splines.
They can be enabled through chart_properties.use_splines = true to draw curves in LineCharts instead of using straight lines, passing through the points plotted in your chart.
It is very useful to make charts more visually appealing when you have too few points (or too distant) to plot actual curves, though the drawing cost will be increased in terms of lower performances for complex charts.
Last, semantic versioning was replaced in favor of calendar versioning.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What you see in the image above is the latest feature implemented in this release: splines.
They can be enabled through
chart_properties.use_splines = true
to draw curves inLineCharts
instead of using straight lines, passing through the points plotted in your chart.It is very useful to make charts more visually appealing when you have too few points (or too distant) to plot actual curves, though the drawing cost will be increased in terms of lower performances for complex charts.
Last, semantic versioning was replaced in favor of calendar versioning.
This discussion was created from the release Learning new things: B-Splines in LineCharts.
Beta Was this translation helpful? Give feedback.
All reactions