
John Parson
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
Activity overview
Latest activity by John Parson-
John Parson commented,
Thanks Yoav, However, the styling you provided is limited to just a few CSS properties (fontSize, fontStyle, Color)... How do I apply a 'white-space' property to 'title' (this is a real case where ...
-
John Parson created a post,
How to customize the widget before being rendered as canvas in Sisense 6.7
Hello, Any suggestion how can I change the widget style (query result font, color, size, etc) before its output is rendered as <canvas>....</canvas>? This is for Sisense v6.7 Thanks
-
John Parson commented,
You can hide the header of the widget using this under script editor: var titleBar = $('[widgetid='+widget.oid+']').find('widget-header'); titleBar.hide(); The drawback is that this operation canno...