directus-extension-chart-interface 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  Directus v12 interface extension for a `json` field. It renders JSON point data with ApexCharts and includes a manual JSON editor that emits Directus `input` events only when the text is valid JSON.
4
4
 
5
+ ![Chart](https://raw.githubusercontent.com/Ayrcs/directus-extension-json-apex-chart/refs/heads/main/docs/chart.jpeg)
6
+
7
+ ![JSON Editor](https://raw.githubusercontent.com/Ayrcs/directus-extension-json-apex-chart/refs/heads/main/docs/json.jpeg)
8
+
9
+ ![Interface settings](https://raw.githubusercontent.com/Ayrcs/directus-extension-json-apex-chart/refs/heads/main/docs/settings.jpeg)
10
+
5
11
  ## Install
6
12
 
7
13
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "directus-extension-chart-interface",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Directus interface for rendering editable JSON data as ApexCharts.",
5
5
  "type": "module",
6
6
  "files": [