VisActor / VChart

VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
https://www.visactor.io/vchart
MIT License
769 stars 44 forks source link

[Docs] Preview image can't be loaded #2817

Closed Crayon-ShinChan closed 1 week ago

Crayon-ShinChan commented 1 week ago

I found the preview image relevant to my PR #2760 was not loaded.

To fix, should I change the relative path from cover: ../../../../public/vchart/preview/bar-customized-label-en_1.11.1.png to cover: /vchart/preview/bar-customized-label-en_1.11.1.png?

Crayon-ShinChan commented 1 week ago

I can create a new PR to fix this if my suggestion above is correct.

xiaoluoHe commented 1 week ago

Yes, relative paths should not be used. The writing style starting with /vchart is correct.

Crayon-ShinChan commented 1 week ago

Yes, relative paths should not be used. The writing style starting with /vchart is correct.

Alright, I'll handle this