GEOLYTIX / xyz

An open source javascript framework for spatial data and application interfaces.
MIT License
86 stars 25 forks source link

Dynamic Dataviews #1334

Open dbauszus-glx opened 1 week ago

dbauszus-glx commented 1 week ago

Dataviews should be dynamic.

With a dynamic flag it should be possible to control whether the data should be re-set. The data may have changed since it was initially set to display as a dataview.

The chart/table layout and config may have changed. Columns/Lables may have been added, or the chart type [eg. bar, line, doughnut] may have changed.

The dataview type plugins should reflect this in the create methods and replace the children of a dataview target rather than append.

dbauszus-glx commented 1 week ago

The dataview methods need better module documentation.

The update method wants to be defined outside the dataview utility method but within the dataview utility module.