jshamble / TopChartJS

An implementation of D3.js for efficient, effective and informative charting.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Use flatpickr to get example call with default parameters ( #8

Closed jshamble closed 5 years ago

jshamble commented 5 years ago

Integrate the flatpickr library in order to promote a dynamic framework for modifying config data on-the-fly (so that users can select html nodes, js nodes, etc. and modify them) - update the example code!

jshamble commented 5 years ago

I'm closing this issue since after further contemplation, not sure why you don't just change the config file/have multiple config files, and modify the filepath target itself and modify the data - this violates MVC as it has user-code in the library. (always abstract the model from the data)