
Improves Diagramming, Grid and Charting controls.
Features
Diagramming for JavaScript
- Added support for Topological Layouts - Applies topological graph ordering to the diagram.
- Adjustment Handles Styling
- The appearance of adjustment handles can now be customized.
- The HandlesVisualStyle objects returned by them provide sub-properties corresponding to graphic attributes of the different handle types.
- Adjustment handles can now be painted not only in solid color but with arbitrary brushes such as gradients and patterns.
- Miscellaneous
- The diagram canvas now automatically expands to fill the area freed up when a scrollbar auto-hides.
- nodeTextEditing, linkTextEditing and cellTextEditing validation events let you prevent users from editing a specific item.
- ActiveItem reference is now serialized in JSON format.
Grid for JavaScript
- React support - The GridView React component now allows you to integrate the MindFusion.DataViews API into React applications.
Charting for JavaScript
- Area charts are now drawn relative to axis origin.