We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, everyone. Thank you for the wonderful library.
If Japanese language is set as the label, it will not be output to the graph image.
const chartJsOptions = { type: 'line', data: { labels: ['8/1','8/2','8/3'], datasets: [{ label: "チャート", // Here! borderColor: 'rgb(255, 0, 0)', data: [20, 26, 12] }] } }
Is there a way to set a font file(foo.ttf) or solve this?
environment
Thanks.
The text was updated successfully, but these errors were encountered:
Sorry, I forgot to upload the result.
const chartJsOptions = { type: 'line', data: { labels: ['8/1','8/2','8/3'], datasets: [{ label: "チャート", borderColor: 'rgb(255, 0, 0)', data: [20, 26, 12] }, { label: "Chart", borderColor: 'rgb(0, 255, 0)', data: [10, 12, 30] }] } };
Sorry, something went wrong.
No branches or pull requests
Hi, everyone.
Thank you for the wonderful library.
If Japanese language is set as the label, it will not be output to the graph image.
Is there a way to set a font file(foo.ttf) or solve this?
environment
Thanks.
The text was updated successfully, but these errors were encountered: