ant-design-blazor / ant-design-charts-blazor

A Blazor chart library, based on G2Plot
https://ant-design-blazor.github.io/ant-design-charts-blazor/
Apache License 2.0
177 stars 40 forks source link

Missing file in unpkg for g2plot, incompatible g2plot version #23

Closed Oxilith closed 3 years ago

Oxilith commented 4 years ago

There is a problem after recent releases in https://unpkg.com/@antv/g2plot@latest/dist/. The file "g2plot.js" is no longer available there and the file "g2plot.min.js" is not working.

It is also causing problems on yours documentation website - https://ant-design-blazor.github.io/en-US/charts/bullet.

NPadrutt commented 3 years ago

is there a solution for this?

Oxilith commented 3 years ago

@NPadrutt Some time ago I checked on their documentation and it was working - however I did not see any update on github. So I do not know actually - what I did so it would work I took specific version of the file from https://unpkg.com/browse/@antv/g2plot@1.1.28/dist/ here and it helped for me. Maybe the current version works well

NPadrutt commented 3 years ago

@kesade aah, so you just added the missing file manually?

Edit: I actually tried it again and it worked for me now with the data from the example.