Closed nickradford closed 6 years ago
Would like to access Highcharts.dateFormats to define a custom date format.
Highcharts.dateFormats
Highcharts.dateFormats = { '-m': function (timestamp) { return (new Date(timestamp)).getUTCMonth() + 1; } };
Using v. 1.1.0
Just import it? Not sure this is an issue with highcharts-ng
Would like to access
Highcharts.dateFormats
to define a custom date format.Using v. 1.1.0