Skip to content

Commit

Permalink
SVYX-842 TiNG chartJS custom plugins with custom interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
paronne committed Apr 11, 2024
1 parent c2cfd9c commit 47841e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions svychartjs/chart/chart.spec
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,23 @@
"responsiveHeight": { "type": "int", "default": 300, "tags": {"doc": "Charts height to be set in a responsive form. When responsiveHeight is set to 0, the table will use 100% height of the parent container"} },
"data":
{
"type": "object",
"type": "json",
"tags":
{
"scope": "private"
}
},
"options":
{
"type": "object",
"type": "json",
"tags":
{
"scope": "private"
}
},
"plugin":
{
"type": "object",
"type": "json",
"tags":
{
"scope": "private"
Expand Down

0 comments on commit 47841e7

Please sign in to comment.