How to show a logarithmic graph in Mendix?

0
Got some data that is best displayed using a logarithmic scale. Similar to this depressing graph: Is there any way to get this in Mendix? Checked out https://mathenginetestapp-sandbox.mxapps.io, but they have no graphs. Checked out the Charts-widget of Mendix, but have seen no option for logarithmic y-axis. *Editted after getting the answers* The result:
asked
2 answers
1

Hi Tim,

If you use the AnyChart module from Mendix marketplace, you have much more freedom to customize charts with json.

refer to:

https://docs.mendix.com/refguide/charts-any-building-blocks#1-introduction

https://docs.mendix.com/howto/front-end/charts-any-usage

Then you can check out the Plotly syntax for log plot:

https://plotly.com/javascript/log-plot/

 

answered
1

Should work with anychart widget indeed. Code sample found https://codepen.io/plotly/pen/rVRvdg

answered