mirror of
https://github.com/directus/directus.git
synced 2026-01-23 08:58:22 -05:00
* move in bar chart * move in pie chart * fix color generator * move in line chart * fix line chart when color is unset * move in meter * fix meter panel when color is unset * fix insights initial refresh interval * add changeset * watch data in pie chart panel * Update app/src/panels/pie-chart/panel-pie-chart.vue Co-authored-by: Brainslug <br41nslug@users.noreply.github.com> * unify function prop type for relevant panels based on existing type in time series panel * abstract type for panel function prop * abstract conditional fill operators * tweak and add comment in monoThemeGenerator * Update app/src/panels/pie-chart/panel-pie-chart.vue Co-authored-by: Brainslug <br41nslug@users.noreply.github.com> * Update app/src/panels/meter/panel-meter.vue Co-authored-by: Brainslug <br41nslug@users.noreply.github.com> * add comment for some magic numbers * use past tense in changeset * removed cloud exclusive banner from docs * updated changeset * fixed console error "[Vue warn]: Missing required prop" --------- Co-authored-by: Brainslug <br41nslug@users.noreply.github.com> Co-authored-by: Brainslug <tim@brainslug.nl>