@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 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
- - `chartTitle`: String title for the chart
473
- - `syntheticsDataKey`: Key for synthetic tests (if applicable)
474
- - `allowCsvExport`: Boolean to enable/disable CSV export
475
- - `chartDatasetColors`: Custom colors for datasets (object or array) `{ [key: string]: string } | string[]`
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