@kong-ui-public/dashboard-renderer 7.0.16 → 7.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/dashboard-renderer.es.js +415 -415
- package/dist/dashboard-renderer.umd.js +2 -2
- package/dist/style.css +1 -1
- package/dist/types/components/BaseAnalyticsChartRenderer.vue.d.ts.map +1 -1
- package/dist/types/components/DashboardTile.vue.d.ts.map +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -469,10 +469,10 @@ Each chart type has its own configuration schema with specific options.
|
|
|
469
469
|
### Common Chart Properties
|
|
470
470
|
|
|
471
471
|
Most chart types support these common properties:
|
|
472
|
-
- `
|
|
473
|
-
- `
|
|
474
|
-
- `
|
|
475
|
-
- `
|
|
472
|
+
- `chart_title`: String title for the chart
|
|
473
|
+
- `synthetics_data_key`: Key for synthetic tests (if applicable)
|
|
474
|
+
- `allow_csv_export`: Boolean to enable/disable CSV export
|
|
475
|
+
- `chart_dataset_colors`: Custom colors for datasets (object or array) `{ [key: string]: string } | string[]`
|
|
476
476
|
|
|
477
477
|
### Query Configuration
|
|
478
478
|
|