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
This seems like it's sort of intentional, given that C3 doesn't know the structure of the JSON being loaded in. In reality, your new data will likely have the same schema, so the second parameter should just default to chart.internal.config.data_keys.
Marking as enhancement, easy PR if anyone wants it.
Seems as though you need to re-include
chart.internal.config.data_keys
when loading newjson
data:chart.load({json: newData, keys: chart.internal.config.data_keys});
This seems unnecessary but otherwise you get an
Uncaught Error: x is not defined for id = "0"
The text was updated successfully, but these errors were encountered: