Martynas Majeris

Results 280 comments of Martynas Majeris

How about setting `width`/`height` instead of `maxWidth`/`maxHeight`?

Alright. Hold on, we're experimenting with something. Will keep you posted.

Ummmm, wouldn't that be a huge resource drain if you export image on every frame? P.S. we're still working on a way to force the chart to fully render in...

There is: ``` chart.onPrivate("width", function(ev) { // Width of the chart changed }); ```

As I mentioned, it would be better if we could come up to disable async rendering of the chart so changes can be applied before print. We will let you...

Thanks for bringing this to our attention. Will let you know when the fix is available.

OK, we were able to get to the bottom of it. It's not a bug. Phew ;) It happens because chart uses custom `durationUnits` which do not have "DD" unit....

You can set the "DD" to the empty string, but it has to be there in the `durationUnits`.

In this chart the value axis is set to be a "duration" axis using following setting: ``` "duration": "mm", ``` If you want to revert to simple values, simply remove...

I'm sorry I did not get your question. Am I right to assume that you don't want the day part? Just hours and minutes, even if the duration is longer...