Skip to content

v2.3.88

Compare
Choose a tag to compare
@graphieros graphieros released this 14 Nov 07:05
· 362 commits to master since this release

All components with smooth lines

Improved smooth line generation to avoid weird dips in some cases. See #114

VueUiXy

New config attributes to customize datapoint dots (line and plot types of datasets) see #115

// for line type
config.line.dot.useSerieColor: boolean; // default: true, config.line.useGradient must be set to false
config.line.dot.fill: string; // default: '#FFFFFF', config.line.useGradient must be set to false
config.line.dot.strokeWidth: number; // default: 0.5

// for plot type
config.plot.dot.useSerieColor: boolean; // default: true, config.line.useGradient must be set to false
config.plot.dot.fill: string; // default: '#FFFFFF', config.line.useGradient must be set to false
config.plot.dot.strokeWidth: number; // default: 0.5

image