chartist-js / chartist

Simple responsive charts
https://chartist.dev
MIT License
13.33k stars 2.54k forks source link

[Bug]: Pulling from CDN gives latest 0.x.x version #1404

Closed KevinMongiello closed 1 year ago

KevinMongiello commented 1 year ago

Current and expected behavior

I would expect a version available from CDN for latest V1+

Reproduction

n/a

Chartist version

v0.11.x

Possible solution

No response

gionkunz commented 1 year ago

Hi, which CDN are you referring to? Cheers

KevinMongiello commented 1 year ago

Hi, I am using cdn.jsdelivr.net

Best, Kevin

Edit: To add more context, I am trying to use this lib without npm / any framework (React, etc)

gionkunz commented 1 year ago

Can you give the exact url your using?

You could use https://cdn.jsdelivr.net/npm/chartist or https://unpkg.com/chartist for using the global / UMD package.

Cheers Gion

KevinMongiello commented 1 year ago

I am using https://cdn.jsdelivr.net/chartist.js/latest/chartist.min.js referenced from the old docs.

The links you sent work. It would be great to add the new docs. Thanks for your help!

Best, Kevin