BSd3v / dash-chart-editor

A dash wrapper of Plotly's react-chart-editor
HomePage
MIT License
53 stars 7 forks source link

Broken Trace Title... #27

Closed DarkCTO closed 7 months ago

DarkCTO commented 1 year ago

2023-10-10-162704_329x229_scrot

See image... Basically this happens if make your code more complex than the default. Try importing a class before running your app...

BSd3v commented 1 year ago

This is adjustable by working with the styles.

I have a more current version that I am working on releasing where this is fixed.

BSd3v commented 1 year ago

I think you can fix it in the current version by doing this:

.editor_controls .fold__top {
    min-height: 30px !important;
}
DarkCTO commented 1 year ago

It works. You can close this issue when the update comes out.

mito310-kc commented 7 months ago

I have encountered the same problem. Should I clone the dev branch and install it instead of using pip to get the fixed version?

BSd3v commented 7 months ago

I just pushed a new version a5 out, this version also contains some support for charts that werent originally included by plotly. Including indicators.

mito310-kc commented 7 months ago

Thank you for new version! I confirmed that this issue was fixed.