Timeline: Default line width to 0 (#34802)

This commit is contained in:
Torkel Ödegaard 2021-05-27 17:30:18 +02:00 committed by GitHub
parent 119dbc4d76
commit 52f3025901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ export const defaultPanelOptions: Partial<TimelineOptions> = {
* @alpha
*/
export const defaultTimelineFieldConfig: TimelineFieldConfig = {
lineWidth: 1,
lineWidth: 0,
fillOpacity: 70,
};