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
and then update the chart by calling highchartTable().
It seems that I can hide a data series by setting the attribute ("data-graph-hidden"), but once the data series is hidden, I cannot bring it back by removing the attribute from the TH element.
The text was updated successfully, but these errors were encountered:
Hi,
This is related to issue #84
I can re-draw charts by calling
highchartTable()
as explained in the issue.However, while calling the method will update the chart with changes in the TD values, it doesn't seem to update the TH attributes.
Specifically, I am updating the TH cells by adding/removing attribute
"data-graph-hidden"
, e.g.:and then update the chart by calling
highchartTable()
.It seems that I can hide a data series by setting the attribute (
"data-graph-hidden"
), but once the data series is hidden, I cannot bring it back by removing the attribute from the TH element.The text was updated successfully, but these errors were encountered: