We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a384e1 commit 6b131a0Copy full SHA for 6b131a0
src/plotly-graph-card.ts
@@ -505,6 +505,8 @@ export class PlotlyGraph extends HTMLElement {
505
y: data.ys,
506
yaxis: "y" + (yaxis_idx == 0 ? "" : yaxis_idx + 1),
507
},
508
+ // @ts-expect-error
509
+ data.undocumented_trace, // temporary solution until functions are allowed everyhwere. May be removed after that.
510
trace
511
);
512
real_traces.push(mergedTrace);
0 commit comments