v3 development status #235
Closed
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.77
v3 features
Configuration
responsive: config.responsive attributeautoSize: config.autoSize attribute, with smart resizing capabilitiesloading: config.loading attribute, with beautiful skeleton loaders.debug: 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
nextbranchDONE 👌
config.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
#hollowslot which exposestotal,averageanddatasetin a div on top of the chart svg(refactored to composition API)
DONE 👌
config.useCssAnimation: now false by defaultstyle.chart.paddingis ignored in responsive modeAdd
config.chart.grid.labels.yAxis.roundingAdd
config.chart.grid.labels.xAxisLabels.autoRotateto rotate time labels automatically when they collideAdd
config.chart.grid.labels.yAxis.serieNameFormatterapplied on individualScale and stacked modesAdd
selectedXIndex prop to cummunicate index selection through different instances of VueUiXy using eventsAdd
config.chart.zoom.previewideal for large datasets to improve performance when using zoomAdd
config.bar.innerGapDrastic reduction of DOM nodes
DONE 👌
VueUiHorizontalBarbut will remain usable asVueUiVerticalBarAdd
config.style.chart.layout.separators.fullWidthfor line separatorsDefault font sizes are increased
DONE 👌
config.style.chart.layout.labels.dataLabels.curvedDonutNameattribute to show donut names on a curved path around the top of the donutsDONE 👌
config.chart.grid.labels.xAxisLabels.autoRotateDONE 👌
config.chart.grid.labels.xAxisLabels.autoRotateDONE 👌
config.style.chart.layout.grid.axisobject to set axis namesAdd
config.style.chart.layout.grid.xAxis.dataLabels.autoRotateDONE 👌
config.style.dataLabel.datetimeFormatterto handle timestamps passed in periods of the datasetDONE 👌
config.style.layout.dataLabels.xAxis.datetimeFormatterandconfig.style.layout.dataLabels.yAxis.datetimeFormatterAdd
config.style.layout.widthandconfig.style.layout.heightand removeconfig.style.layout.cells.heightLegend now only displayed on the right. Remove
config.style.legend.positionandconfig.style.legend.scaleBorderRadiusDONE 👌
DONE 👌
config.donutCurvedMarkersAdd
config.xyPeriodLabelsAutoRotateDONE 👌
config.style.chart.target.showDONE 👌
config.style.chart.yAxis.labels.axisNamesRotationAdd
config.style.chart.yAxis.labels.axisNamesAutoRotateDONE 👌
config.style.chart.nodes.minHeightRemove
config.style.chart.links.widthAdd
config.style.chart.widthandconfig.style.chart.heightDONE 👌
config.style.layout.dataLabels.xAxis.rotationAdd
config.style.layout.dataLabels.xAxis.autoRotateDONE 👌
config.style.chart.axes.x.labels.autoRotateDONE 👌
config.style.chart.xAxis.labels.autoRotateDONE 👌
DONE 👌
DONE 👌
DONE 👌
config.style.chart.layout.segmentNames.minFontSize(applicable on non curved labels, to avoid overflow)DONE 👌
config.style.chart.layout.labels.minFontSizeDONE 👌
config.style.chart.widthandconfig.style.chart.heightDONE 👌
DONE 👌
config.style.chart.widthAdd
config.style.chart.label.showAdd
config.style.chart.label.minFontSizeRemove
config.style.chart.padding.leftRemove
config.style.chart.padding.rightDONE 👌
config.style.chart.widthRemove
config.style.chart.stripWidthAdd
config.style.chart.labels.xAxisLabels.rotationAdd
config.style.chart.labels.xAxisLabels.autoRotateDONE 👌
config.style.chart.grid.scaleMinAdd
config.style.chart.grid.scaleMaxAdd
config.style.chart.comparisonLinesAdd
config.style.chart.labels.axisAdd
config.style.chart.labels.xAxisLabels.rotationAdd
config.style.chart.labels.xAxisLabels.autoRotateAdd
config.style.chart.labels.yAxisLabels.formatterDONE 👌
config.useCssAnimationDONE 👌
DONE 👌
DONE 👌
DONE 👌
config.style.labels.value.minFontSizeAdd
config.style.labels.valueLabel.minFontSizeAdd
config.style.labels.timeLabel.minFontSizeDONE 👌
DONE 👌
config.style.widthAdd
config.style.heightDONE 👌
DONE 👌
DONE 👌
config.style.labels.minFontSizeDONE 👌
DONE 👌
DONE 👌
DONE 👌
DONE 👌
DONE 👌
DONE 👌
DONE 👌
DONE 👌
Other changes
Tooltips
All components with a config....tooltip receive the additional options:
Beta Was this translation helpful? Give feedback.
All reactions