Releases: entronad/graphic
Releases · entronad/graphic
v0.5.1
0.5.1
2021-12-01
- Tooltip constraints.
- Now selections triggerd with same gesture is allowd.
- Device settings of selection.
- Now all z indexes are static, thus no need to resort scenes.
- Some updates above are inspired by #27.
v0.5.0
- Add nest operator:
\
of algebra.
- Remove
GeomElement.groupBy
, which is replaced by nesting.
- Force labels always above graphics in an element.
- Rename All function properties to nouns.
- Fix a scale fommatter generic bug: #22.
- Constrain flutter version to
'>=2.4.0 <2.6.0'
for ScaleUpdate.delta
: #21.
v0.4.1
- Optimize the documentation.
- Move specifications to Chart class.
v0.4.0
- A complete refactoring.
- Better declaration grammer.
- Dataflow.
- Interactive.
- Documentation.