Viewon - Measures curve

Tried a View using a Animation-Measures curve.
The header where you pick RealTime or Historical. e.t.c is really small, and I notice the scroll bar to the right, but is there a way to control the size of this?

We do not have a way to change the size from Viewon.

Deryck

So is there another way?

You would be able to edit that object’s CSS properties though javascript. I was able to edit it using the developer tools in the console but have not had any luck editing in javascript in viewon.

Deryck

Are there classes in ViewON ?

Hi @landersson yes there are classes for the objects in Viewon.

Here is a screen shot of what I was able to edit. image

My expectation was that we could just do: document.getElementsByClassName("trendsModeSelect").style.font-size = "20px"; but this does not look like the case.

If I get another change I will try and take another look at this. Here is some of the resources I was looking at you might be able to sort out what needs to happen.

https://www.w3schools.com/jsref/met_document_getelementsbyclassname.asp
https://www.w3schools.com/js/js_htmldom_css.asp

Deryck

Thanks, I was actually referring to taking a class in ViewON, if those are available?

Ah I see, we don’t offer any dedicated ViewON training. In our Champions Training and our Connected Machines Seminar we have sections that cover ViewON. This is mostly a introduction to ViewON and does not cover and advanced topics.