Search found 3 matches

by PhatFingers
Sat Mar 16, 2019 8:27 pm
Forum: JavaScript / HTML5
Topic: Ordering of Donut Series
Replies: 1
Views: 22004

Re: Ordering of Donut Series

I was able to trace through the source code and find a solution.

Code: Select all

Series1=new Tee.Donut([20,60,20,50]);
Series1.sort="none";
Chart1.addSeries(Series1);
by PhatFingers
Sat Mar 16, 2019 5:28 pm
Forum: JavaScript / HTML5
Topic: Ordering of Donut Series
Replies: 1
Views: 22004

Ordering of Donut Series

Hey, all. I'm trying to replace a chart from a different package written in Flash. It's essentially a partial donut chart that I will eventually overlay with a gauge needle. I'm currently working on the donut chart portion. My goal is to have an arc with three colors, green, yellow, and red, which, ...
by PhatFingers
Wed Mar 06, 2019 11:44 pm
Forum: JavaScript / HTML5
Topic: PieChart Gradient
Replies: 1
Views: 22429

PieChart Gradient

I'm having trouble using Gradient on the Pie Chart-- the colors are too pale to match the colors shown on the legend, even at the outermost edge of the chart where the colors are most saturated. The colors on the chart appear particularly washed out when the browser width is expanded and darkens mor...