Ivan Tsenilov

Results 96 comments of Ivan Tsenilov

Looks like using `min-width` instead of `width` is the issue. Setting `style="width: 200px;"` for `container` div makes the chart 200px wide.

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

Hi @xxxmicrobexxx 👋 It's not exactly a forum but if you have a question please feel free to ask in [Cube's dataviz Slack channel](https://cube-js.slack.com/archives/C028FM9CJ85)!

Hi @jashsayani 👋 This can be achieved with the following option: ``` axisY: { // On the y-axis start means left and end means right position: 'end' } ``` A...

Hi @alejandrovasta 👋 Should be fixed in the latest version. Here'a a [code sandbox](https://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/bar/stacked) with an example.

Hi @sabithapopuri 👋 By listening for draw events that get emitted by the Chartist chart ([example](https://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/modify-drawing?file=/index.ts:182-246)) we can put click events on points when they are being created.

Looks like it's been fixed in `v1.0.0`: https://github.com/chartist-js/chartist/blob/b431f76f95480841c2f04f4eb1b6c8055a1ce5f5/src/charts/BarChart/BarChart.ts#L34-L40

HI @Mounikaveggalam! Is the issue still relevant for you with the latest version (`v1.1.2`)?

Hello @Patronics 👋 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...

Hi @ayoubkhan558 👋 Please take a look at this [code sandbox](https://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/pie/donut-chart) with a donut chart example.