mhmda Posted January 5, 2013 Posted January 5, 2013 Hi, How can I change bar's color (in web mode). How can I change ONE bar color, see this image: thanx, Quote
maher Posted January 13, 2013 Posted January 13, 2013 I also need to use charts and choose specific colors. Quote
mhmda Posted January 30, 2013 Author Posted January 30, 2013 I have managed to create the chart,using htmlframe and extjs code, see image: Also with animation when moving from one record to another. Quote
Mediv07 Posted January 31, 2013 Posted January 31, 2013 Can you put a demo example of how you did it, thanks. Quote
mhmda Posted January 31, 2013 Author Posted January 31, 2013 Hi, for now i'm working in something that I have to finish till friday, after that i'll put an example project here. Quote
Skepsis IT Posted October 15, 2013 Posted October 15, 2013 Hi mohammad, did you finaly post a demo on how to create a chart? Thanks for your time Quote
Skepsis IT Posted October 15, 2013 Posted October 15, 2013 Mohammad I've found it at sample projects! Thanks a lot!!! Quote
Mattos Posted October 2, 2014 Posted October 2, 2014 I am trying to change the colors and I did not get it yet...! Quote
Sherzod Posted October 3, 2014 Posted October 3, 2014 I am trying to change the colors and I did not get it yet...! Hi, Try: UniChart1 -> ClientEvents -> UniEvents -> [Ext.chart.Chart [chart]] add function chart.beforeInit function chart.beforeInit(sender, config) { sender.themeAttrs.seriesThemes = [{fill: '#ff4565'}, {fill: 'green'}, {fill: 'yellow'}]; sender.themeAttrs.colors = ['#ff4565', 'green', 'yellow'] } Best regards. Quote
Lena Posted April 7, 2015 Posted April 7, 2015 Hi, Try: UniChart1 -> ClientEvents -> UniEvents -> [Ext.chart.Chart [chart]] add function chart.beforeInit function chart.beforeInit(sender, config) { sender.themeAttrs.seriesThemes = [{fill: '#ff4565'}, {fill: 'green'}, {fill: 'yellow'}]; sender.themeAttrs.colors = ['#ff4565', 'green', 'yellow'] } Best regards. Hi. I try your code in C++ Builder XE7 and I got error. Where my mistake? Thank you. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.