You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For bar ranged type and bubble dimension types, it needs specify an array of 2 length for each data point.
If erroneously specifying more than 2 length, it will throw error.
Mitigate throwing error regardless of data length will improve the usage.
{data: {type: "bar",// or "bubble"columns: [["data1",[350,70,60],// <-- currently will throw error[230,290],[200,500]]]
Description
For bar ranged type and bubble dimension types, it needs specify an array of 2 length for each data point.
If erroneously specifying more than 2 length, it will throw error.
Mitigate throwing error regardless of data length will improve the usage.
The text was updated successfully, but these errors were encountered: