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
{{ message }}
This repository has been archived by the owner on May 29, 2018. It is now read-only.
When I used export-csv.js to export csv or excel file for highChart graph "column, line and pie graph", I was getting javascript error in "Transform the rows to CSV" part in this line "Highcharts.pick(xAxis.names[row.x], xAxis.categories[row.x], row.x)".
This error happened because I do not have xAxis names in my case (xAxis.names was undefined).
I Fixed in locally by adding the below if condition.
When I used export-csv.js to export csv or excel file for highChart graph "column, line and pie graph", I was getting javascript error in "Transform the rows to CSV" part in this line "Highcharts.pick(xAxis.names[row.x], xAxis.categories[row.x], row.x)".
This error happened because I do not have xAxis names in my case (xAxis.names was undefined).
I Fixed in locally by adding the below if condition.
The text was updated successfully, but these errors were encountered: