Struggling with interactive FreshCharts
Hi there I'm trying to display charts in my fresh js project. i want to have them as islands according to the github repo https://github.com/denoland/fresh_charts the /islands/chart.tsx should look like this
So i import the library in deno.json
and bellow is my /island/chart.tsx
But i get a error: Identifier expected. they have little showcase here
https://fresh-charts.deno.dev/
What am I doing wrong??
So i import the library in deno.json
and bellow is my /island/chart.tsx
But i get a error: Identifier expected. they have little showcase here
https://fresh-charts.deno.dev/
What am I doing wrong??
GitHub
A server-side-rendered charting library for Fresh. Contribute to denoland/fresh_charts development by creating an account on GitHub.
