
Brian Wilson
- Total activity 149
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 34
- Subscriptions 47
Activity overview
Latest activity by Brian Wilson-
Brian Wilson commented,
Hi Artem, Would this work in a basic table widget as well?
-
Brian Wilson commented,
Hi Janet, I've had some success by coding some things with extra spaces in a new field in my cube. Sisense seems to rank them in order, but hide the duplicate spaces: CASE WHEN [Fiscal_DayOfWeek] =...
-
Brian Wilson commented,
Hi Omer, Is it possible to make the text larger than the Title size?
-
Brian Wilson commented,
Hi Jason, I'm trying to move beyond the "Big" size into a giant/fullscreen size. Is there any way to increase the canvas size at the same time? I'm able to get giant text via: var options...
-
Brian Wilson commented,
Jay, is there any way to increase the canvas size at the same time? I'm able to get big text via: var options = { value: { fontSizes: { big: '400pt' }, }, }; w.indicatorInstance.setOptions('numeric...
-
Brian Wilson commented,
Gotcha -- yes, it looks like the data labels are causing the issue If you turn off the categories labels and the legend, that should make everything the same size. The labels will still be visible...
-
Brian Wilson commented,
Hi Janet - Hope you're well! I believe as long as the widgets are sized the same and there are no other differences, the pies should be the same size such as in this row: Do you have the distribut...
-
Brian Wilson commented,
Another slight tweak -- the "Center" option on the widget seems to be the center excluding the 3 control icons. As you can see in the first screenshot in this thread, the "Results&q...
-
Brian Wilson commented,
*tap tap tap* Is this thing on?
-
Brian Wilson commented,
Thanks Jim Closing the loop, Katie was able to update the script for me: /* Bolds the category label in SmartLabel Widget */widget.on('ready', function(se, ev){ $('span.smartLabelRowTitle',element)...