@devexpress/dx-vue-core
Advanced tools
Changelog
1.9.0 (2018-11-07)
groupWidth
property configures a band scale for arguments - it is not a property of a particular bar series.
To configure a band scale, use the Scale
plugin as follows:<Scale extensions={[{ type: 'band', constructor: d3.scaleBand().paddingOuter(0.1).paddingInner(0.2) }]} />
<a name="1.8.0"></a>
Changelog
1.8.0 (2018-10-04)
react-chart: Previously, there was a single Grid
plugin. Now there are ArgumentGrid
and ValueGrid
plugins.
ArgumentGrid
is bound to an argument domain.
ValueGrid
is bound to a value domain specified by the name property or to a default domain.
react-chart: Previously, the Chart component configured scales internally. Starting with this release, we extracted the scale customization logic to a separate plugin to enable a user to customize a scale. Now, you need to manually add the Scale
plugin to the Chart component to draw a chart.
<a name="1.8.0-beta.1"></a>
Changelog
1.8.0-beta.1 (2018-09-07)
getMessage
property was moved from the TableHeaderRow.CellProps
interface to TableHeaderRow.SortLabelProps
. This property returns the sort label's text.<a name="1.7.2"></a>
Changelog
1.7.0 (2018-08-23)
<a name="1.6.1"></a>
Changelog
1.6.0 (2018-08-17)
<a name="1.5.1"></a>
Changelog
1.5.0 (2018-07-26)
<a name="1.4.0"></a>