File tree 2 files changed +10
-2
lines changed
public/components/visualizations/plotly
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -214,11 +214,11 @@ export interface DefaultChartStylesProps {
214
214
}
215
215
216
216
export const DEFAULT_CHART_STYLES : DefaultChartStylesProps = {
217
- DefaultModeLine : 'lines' ,
217
+ DefaultModeLine : 'lines+markers ' ,
218
218
Interpolation : 'spline' ,
219
219
LineWidth : 0 ,
220
220
FillOpacity : 100 ,
221
- MarkerSize : 5 ,
221
+ MarkerSize : 25 ,
222
222
ShowLegend : 'show' ,
223
223
LegendPosition : 'v' ,
224
224
LabelAngle : 0 ,
Original file line number Diff line number Diff line change @@ -54,6 +54,14 @@ export function Plt(props: PltProps) {
54
54
zeroline : false ,
55
55
rangemode : 'normal' ,
56
56
} ,
57
+ layout : {
58
+ annotations : [
59
+ {
60
+ showarrow : true ,
61
+ xanchor : 'right' ,
62
+ } ,
63
+ ] ,
64
+ } ,
57
65
...darkLayout ,
58
66
...props . layout ,
59
67
} ;
You can’t perform that action at this time.
0 commit comments