AstroDraw / AstroChart

A free and open-source TypeScript library for generating SVG charts to display planets in astrology.
https://astrodraw.github.io
MIT License
223 stars 57 forks source link

I get error Chart is not defined #78

Open crazycodertr opened 5 months ago

crazycodertr commented 5 months ago

My codes : ` <!DOCTYPE html>

Astro Chart

`

But I get error ReferenceError: Chart is not defined

Please help me

duleigiser commented 4 months ago

add const Chart = astrochart.default before

const chart = new Chart( 'paper', 800, 800);