Releases: entronad/graphic
Releases · entronad/graphic
v0.9.4
v0.9.3
v0.9.2
v0.9.1
- Allow
Label.text
andScale.formatter
return type to be null. For better performance, if they are null or empty string, nothing will be rendered: #51. - The element gradient will be constained within the coordinate region except point element: #53.
- Fix non-gesture signal bug of signal updaters in
Defaults
: #52.
v0.9.0
- Add Interaction Channel feature. See details in [Chart.gestureChannel], [Chart.resizeChannel], [Chart.changeDataChannel] and [Element.selectionChannel].
- Rename updater properties.
- Add more [LabelStyle] properties. Now it includes all properties for [TextPainter].
- Add coordinate region background.
- Fix auto scale bug when all values are 0.
v0.8.0
v0.7.0
- Dimensions now has a enum type
Dim
instead of int [1, 2], which is always confused with [0, 1]: #31. layer
now replacezIndex
, which may confuse with z dimension and has a flavour of HTML.- Fix
ScaleUpdateDetails.delta
problem. - Fix resize problem. Now chart will resize properly and will inflate even if parent has no indicated size: #37.
- Fix and recover the auto spec diff feature.
- Add dash line feature.