Hexman

Results 4 issues of Hexman

I'm trying to import the moment library via npm install in my laravel project that builds with vite.js In the console I get this error: **ReferenceError: moment is not defined**...

I use the 3.18.0 library I'm using the type chart: column2d I used the HTML **span** [tag ](https://www.fusioncharts.com/dev/chart-guide/chart-configurations/data-labels#support-for-html-tags-across-all-chart-text-elements)in the data label, but the functionality is not applied in the **data...

I use the 3.18.0 library I'm using the type chart: **scrollcolumn2d** I used displayValue: https://www.fusioncharts.com/dev/chart-guide/chart-configurations/data-values My problem is, when the values exceed the height of the column, the values are...

I'm trying to import the **dayjs** library via npm install in my laravel project that builds with vite.js In the console I get this error: **ReferenceError: dayjs is not defined**...