Craig Tussey

Greenhorn
+ Follow
since Sep 11, 2018
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Craig Tussey

This code line generates bar chart bars which are dynamic.   bX, bY, bW, bH, bC, bT are the x and y coordinates of the bar, the width and height, the color, and the tooltip.
I have a line of JavaScript that generates a bar for a bar chart.   Positioning of the bar is inline using variables passed in to the block containing the JavaScript code.    See next.



This all works as intended.   But I would like to style the title a little more.   I have tried several things resulting in the title disappearing or being in the bar.   Any guidance on this is appreciated.

Thanks
ct