Ivan Tsenilov

Results 51 comments of Ivan Tsenilov

I don't think there's a built it option for that but you could use an `:after` pseudo-element to display text over the chart. I've put together a small example to...

Chartist supports ESM now, you can find the migration guide in the [README](https://github.com/chartist-js/chartist#esm).

I think this PR can be closed: https://github.com/chartist-js/chartist/issues/1254#issuecomment-1250114191

Hi @Dimple-Balchandani! Is the issue still relevant for you with the latest version (`v1.1.2`)?

Hi @KevinBurton 👋 I'm not sure about rotating the labels, but you can put the chart inside a wrapper with a smaller width and use `overflow-x: scroll;` to view the...

This library is being actively maintained again and a major version `v1.0.0` was [recently released](https://github.com/chartist-js/chartist/releases/tag/v1.0.0). Please feel free to check it out : )

Hi @Morbakos 👋 Is the issue still relevant for you with the lastest version (`v1.1.2`)?

Hi @mrmmg 👋 Is the issue still relevant for you with the lastest version (`v1.1.2`)?

Since version `1.0` Chartist [supports ESM and is tree-shakable](https://github.com/chartist-js/chartist#esm). : )

Hello @wujekbogdan 👋 Chartist has recently been updated to version `1.0` with some new exciting changes like ESM and TypeScript support. The migration guide can be found right [here](https://github.com/chartist-js/chartist#whats-new-in-v1). Please...