performanceMode

abstract var performanceMode: Boolean

Enable "performance mode": better Chart reactivity even with a lot of data but requires more graphic memory.

Most of the time, performance mode can be disabled without experiencing any kind of issue, but when dealing with very large datasets, or when using lots of graphical components, it is interesting to try performance mode if you want to kee user interactions very smooth.

  • false: (default mode) less memory consumption but the framerate when refreshing screen (interactions...) may not be optimal.

  • true: (performance mode) increase the memory requirements but help maintain a good framerate even with very large datasets.