oeph
oeph
It is caused by https://github.com/AllenFang/react-bootstrap-table/blob/26d07defab759e4f9bce22d1d568690830b8d9d7/src/TableBody.js#L114-L118 If you return a invalid react element, it will use `dangerouslySetInnerHTML`. Your fix could be to use the following `dataFormat`: `dataFormat={v => ({v})}`
This should be fixed with the latest plotly.js version, so I guess this can be closed.
@astritspanca I think you are using the wrong data data type combination. I attached you two different CodeSandbox links with either your data (I assume a similar structure) or your...
I'm currently using this with plotly.js-dist. You can just use the `factory.js` with your own plotly dist. ``` import plotComponentFactory from "react-plotly.js/factory"; import Plotly from "plotly.js-dist"; const PlotComponent = plotComponentFactory(Plotly);...
Is there any ETA for this? I'm highly interested in this library
@steve-todorov any news on this?
I hope you are well again. Could you already find the time to look into this?