flame-chart-js icon indicating copy to clipboard operation
flame-chart-js copied to clipboard

Extensible component for incredibly fast viewing of flame charts

Results 5 flame-chart-js issues
Sort by recently updated
recently updated
newest added

i want to custom the tooltip and possible add some mark to indicate the time position at the mouse. but tooltip option only return boolean| void, which doesn't change anything

I'm am using flame chart as a toggle chart in react, by changing the parent height. Which end up with an height of 0. In [truncateChildrenLayout()](https://github.com/pyatyispyatil/flame-chart-js/blob/ec9d1e24ddc4531fe5783c70aad1c80824594f6f/src/engines/render-engine.ts#L208) , I end up...

While updating the flame chart nodes with `flameChart.setNodes(...)`, it seems that the timeframe selector does not correctly re-calculate or re-render, which causes the chart to be incorrectly zoomed: ![flame-chart-js-reprod-timeframe-selector](https://github.com/pyatyispyatil/flame-chart-js/assets/5277268/ba87be1c-1c20-4100-8631-e2dda18b1889) Live...

For now it just renders the intervals on the chart. It uses pink stripes and alpha transparency rects to preserve the parent fill color. In future will add tooltip rendering...

Functions can be async, which means they have some waiting times for other async calls to finish. Similar to the waterfall intervals, we should add that to the function nodes...

enhancement
help wanted
good first issue