Chart.js

Kindepuu

New member
Local time
Tomorrow, 04:22
Joined
Apr 26, 2020
Messages
4
I download app and it works ok, but it dont show scandinavian characters in axis labels and title.
I have tested many things, but cant find solution.
 

Attachments

close the db.
edit the .html files (<head> section of "index_bar_master.html").
comment this, change from:

<meta charset="UTF-8">

to

<!-- <meta charset="UTF-8"> -->

add this below:

<meta http-equiv="content-type" content="text/html" charset="ISO-8859-1" />

'''''''
that is a "very interesting charting" you shared today.:p
 
Last edited:
BRILLIANT!
You save my day
I try to use chart options like defaulfontfamily...
Thanks a lot!
 
Still have problems with web control in the form...
I cant get it showing some charts and some times still not show right those scandinavian characters (I using
arnelgp fix).
What I should to change? Or is there any other possible controls to show charts in form?
Also all chart,js samples not work in the form, but then open those in the folder they works well too.
I attach whole test folder so there should be everything that needed. In form I use web control and I have IE 11
Put folders in amcharts4 folderan d there is two sample charts in ezmple/javascript folder
 

Attachments

Users who are viewing this thread

Back
Top Bottom