vis.js axis value labels in string format

1.6k views Asked by At

I am using vis.js for creating 3D surface graph, and it is working fine but I want to show string on X, and Y axis at the place of numbers. I read the docs but there is no property in vis.js for showing string on X, and Y axis.

From the following link I found this answer:

https://groups.google.com/forum/#!topic/chap-links-library/8yMnVmkvipc

So, can anyone help me to customize vis.js file for showing axis values in string format.

Thanks

1

There are 1 answers

1
Jos de Jong On

See the options xValueLabel, yValueLabel, and zValueLabel in the docs http://visjs.org/docs/graph3d/#Configuration_Options