Question Reid Merzbacher · Jun 18, 2020

Logarithmic Axis in DeepSee

Hi InterSystems Community,

Is there a way to have a logarithmic axis in a DeepSee widget?

Thanks,

Reid

Comments

Peter Steiwer · Jun 22, 2020

Hi Reid,

There is no current way to change the Axis Scale in a standard DeepSee chart. However, if you are using a third party charting library you are able to implement this. I added this capability to my Third Party Chart Library project.

For example you can turn your chart from:

into:


By just modifying one setting in the UI.

0