Skip to main content
5-Regular Member
May 8, 2018
Solved

Studio Time Series charts - styles?

  • May 8, 2018
  • 1 reply
  • 3090 views

I'm using a Time Series chart to monitor some real time data, and would like to turn off the re-scaling effect that occurs each time the refresh is triggered. I have a fixed/known range of data I'll be monitoring. Is there a css style for this? I note that in Thingworx Composer the Time Series chart has a lot more options/controls than in Studio, and perhaps something like AllowYAxisZoom or YAxisAutoscale are the ones I need to play with, but there is no UI for this in Studio...)

Thanks in advance...

Best answer by dupatel

@GregBrown: Unfortunately, we do not have a CSS reference for all widgets.  The charts in particular are limited because they use other tech to render.
The widgets are mostly themed in a similar way, and much inherits from the Ionic light theme.  The DEV tools are the best way to see whats up with the widgets.

 

-Durgesh

1 reply

5-Regular Member
May 9, 2018

@GregBrown I agree at present the Studio Time series chart widget do not offer additional properties & controls similar to that available on ThingWorx . I  will check on the CSS style and get back with more details.

 

-Durgesh

GregBrown5-Regular MemberAuthor
5-Regular Member
May 10, 2018

Durgesh, 

Thanks! I'll be very interested. Actually there's a wider question about CSS with other widgets. I've worked out a few, but it seems like there should be a more accessible list somewhere?

Cheers,

Greg

dupatel5-Regular MemberAnswer
5-Regular Member
May 29, 2018

@GregBrown: Unfortunately, we do not have a CSS reference for all widgets.  The charts in particular are limited because they use other tech to render.
The widgets are mostly themed in a similar way, and much inherits from the Ionic light theme.  The DEV tools are the best way to see whats up with the widgets.

 

-Durgesh