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 again is related to using oc.init(...) multiple times (which is normal when you are editing online a chart).
When the chart is created, each node gets potentially the data.compact = true value. This is NOT reset currently if you define options.compact to be false and then perform a reinit. The current implementation only can "set" the value to true.
The commit also related to #741 , sets the values of the nodes in line with options.compact.
(Sorry for putting the two issues under one branch. Not sure what the best approach should have been. Anyhow, 2 different commits).
The text was updated successfully, but these errors were encountered:
This again is relaed to using oc.init(...) multiple times (which is normal when you are editing online a chart).
When the chart is created, each node get potentially the data.compact = true value. This is NOT reset currently if you define options.compact to be false and then perform a reinit. The current implementation only can "set" the value to true.
This change, makes (in line with the documentation), sets the values of the nodes in line with options.compact.
This again is related to using oc.init(...) multiple times (which is normal when you are editing online a chart).
When the chart is created, each node gets potentially the data.compact = true value. This is NOT reset currently if you define options.compact to be false and then perform a reinit. The current implementation only can "set" the value to true.
The commit also related to #741 , sets the values of the nodes in line with options.compact.
(Sorry for putting the two issues under one branch. Not sure what the best approach should have been. Anyhow, 2 different commits).
The text was updated successfully, but these errors were encountered: