mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Timeline: Default line width to 0 (#34802)
This commit is contained in:
parent
119dbc4d76
commit
52f3025901
@ -41,7 +41,7 @@ export const defaultPanelOptions: Partial<TimelineOptions> = {
|
||||
* @alpha
|
||||
*/
|
||||
export const defaultTimelineFieldConfig: TimelineFieldConfig = {
|
||||
lineWidth: 1,
|
||||
lineWidth: 0,
|
||||
fillOpacity: 70,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user