Laurent Callarec

Results 24 comments of Laurent Callarec

You're right : overflows may produce wrong counts when : * addition and subtraction of histograms * decoding an histogram as a smaller sized one. I'll take a look.

I guess all remaining overflow issues have been fixed with last commits.

Sorry @MaxGraey, I don't know what happend, looks like I did something that deleted your commit proposal (or there was a github issue) with my comment... I was saying that...

Right now, live-chart doesn't support static data out of the box, but I can dig a bit to support that in a next release. That's something I wanted to work...

@stsdc : min / max value is available in version [1.9.0](https://github.com/lcallarec/live-chart/releases/tag/1.9.0) and threshold line with arbitrary value is available in [1.8.0](https://github.com/lcallarec/live-chart/releases/tag/1.8.0).. Feel free to comment the features. @taozuhong : I'm...

Hi, thanks for your report and sorry for the very late answer. I'll take a look in the next two weeks about this.

Yes, this is a know limitation. I know that it will require some amount of work, but I'll take a look.

Hi @taozuhong, sorry for the late answer... I'll take a look at all these ideas, even if some of them are already implemented. Maybe API and or / documentation are...

@taozuhong @stsdc **1. allow to change attributes of series** * Color can be changed using `Serie.set_main_color` property, see [here](https://github.com/lcallarec/live-chart#conveniant-methods-on-serie). Documentation needs to be improved, IMHO. * Line width can be...

@taozuhong Yes, ok for both. For the X axis, I guess you need that for a 'static chart'. I'll work on this.