Timeline: Default line width to 0 (#34802) (#34840)

(cherry picked from commit 52f3025901)

Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
This commit is contained in:
Grot (@grafanabot)
2021-05-27 18:01:18 +02:00
committed by GitHub
co-authored by Torkel Ödegaard
parent e2c03cf843
commit ed29c58d8b
@@ -41,7 +41,7 @@ export const defaultPanelOptions: Partial<TimelineOptions> = {
* @alpha
*/
export const defaultTimelineFieldConfig: TimelineFieldConfig = {
lineWidth: 1,
lineWidth: 0,
fillOpacity: 70,
};