Laurent Callarec
Laurent Callarec
... and I forget : **1. allow to change attributes of series** renderer: It cannot be swap at runtime, I'll work on this
Whooo, very interesting ! Thanks for sharing, I'll take a deeper look in the next weeks, but I like what you've done.
Ok, if you need that feature, I'll take a look.
Shame on me. Time flies. I promise to take a look this week.
Just a small update to keep you informed : I'm working on a poc. I should be able to release this feature next week, + this one https://github.com/lcallarec/live-chart/issues/36
Just asking : do you have any needs to define more than one "area", i.e. "high (in orange)" and "very high (in red)" ?
Ok, that's a good news :) Having more that one area is a pain ^^. I'll release a beta before the end of the week, for SmoothLineArea only. That feature...
To test this feature, please update to 55d904b56bcb920e25a3f459572e48e99a92aeaf. Usage : ```vala var red = Gdk.Color() { red: 1, green: 0, blue: 0, alpha: 1}; var lightly_red = Gdk.Color() { red:...
Thanks for your contribution. Looks good, but I just would like to take time to give a look at this change https://github.com/lcallarec/live-chart/pull/28/commits/80a81e2046c4ed62cd2079d8ad7cb8efee895d67#diff-8fc8cc80e5f6ea3a23ffe66932e4d44d1bfaadba3bf8bf0eb43a1d2e66dfff54L34. I'm not sure if it can broke something...
Yes, I think I can do that, it's pretty close to stacked bar feature.