Results 6 comments of Tim Tucker

Definitely right -- that didn't work as expected -- had started with trying to assign directly to Array.prototype.indexOf.call, but that gave an error in Firefox...

This is interesting -- doing some performance testing on this and it looks like although checking once is slightly faster, using a for loop all the time is about 3-5x...

Is it hitting on the timeout for mapping a single model, or do you have an operation that maps multiple models that fails? If it's the second and it's being...

For the parent XYPlot componet, you can control the range of what's shown using yDomain. For your example, try something like: yDomain={[0, maxValue * 1.25]}

Had similar issues that were solved by ensuring that the css was included.

Also curious on this -- did either of you have any Typescript example code for extending the AbstractBarSeries that you could share?