v3 development status #235
graphieros
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Current version: 3.0.0-next.33
Migration progress: 17.3%
v3 features
Configuration
responsive
: config.responsive attributeautoSize
: config.autoSize attribute, with smart resizing capabilitiesloading
: config.loading attribute, with beautiful skeleton loadersdebug
: config.debug attribute, if true, show built-in warnings. Switch to false for prodUtility functions
formatSmallValue
:Formats numeric values with a controlled number of decimal places, applying maxDecimals for all values when no fallbackFormatter is given, or calling the fallbackFormatter for values ≥ 1 if provided.
New events in config
Usage:
Current state of development of the
next
branchconfig.useCssAnimation
: now false by defaultconfig.startAnimation.show
: now false by defaultconfig.style.chart.layout.donut.radiusRatio
(default 0.3, clamped between 0.1 and 0.5)Add
#hollow
slot which exposestotal
,average
anddataset
in a div on top of the chart svg(refactored to composition API)
config.useCssAnimation
: now false by defaultstyle.chart.padding
is ignored in responsive modeAdd
config.chart.grid.labels.yAxis.rounding
Add
config.chart.grid.labels.xAxisLabels.autoRotate
to rotate time labels automatically when they collideAdd
config.chart.grid.labels.yAxis.serieNameFormatter
applied on individualScale and stacked modesAdd
selectedXIndex prop to cummunicate index selection through different instances of VueUiXy using events
Add
config.chart.zoom.preview
ideal for large datasets to improve performance when using zoomDrastic reduction of DOM nodes
VueUiHorizontalBar
but will remain usable asVueUiVerticalBar
Add
config.style.chart.layout.separators.fullWidth
for line separatorsDefault font sizes are increased
config.style.chart.layout.labels.dataLabels.curvedDonutName
attribute to show donut names on a curved path around the top of the donutsconfig.chart.grid.labels.xAxisLabels.autoRotate
config.chart.grid.labels.xAxisLabels.autoRotate
config.style.chart.layout.grid.axis
object to set axis namesAdd
config.style.chart.layout.grid.xAxis.dataLabels.autoRotate
config.style.dataLabel.datetimeFormatter
to handle timestamps passed in periods of the datasetpending
pending
... all components will eventually be featured in this status table
Other changes
Tooltips
All components with a config....tooltip receive the additional options:
Beta Was this translation helpful? Give feedback.
All reactions