-
-
Notifications
You must be signed in to change notification settings - Fork 433
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Working version 1.6.31
Non working version 1.6.32
Code snippet from my repo
series: [
{},
{
label: "Alarms",
stroke: getColorBySeriesIndex(0, "alarms", false),
fill: getColorBySeriesIndex(0, "alarms", true),
paths: (uPlot as any).paths.bars({ //// <= PROBABLY THIS PART THAT DOES NOT RENDER BARS (REMOVING IT DOES NOT CHANGE ANYTHING)
size: [1],
}),
points: {
show: false,
},
},
{
stroke: getColorBySeriesIndex(0, "alarms", false),
fill: getColorBySeriesIndex(0, "alarms", true),
paths: () => null,
points: {
show: false,
},
},
],Isolated reproducible code
Work in progress
Since it is minor patch difference I don't think there are changes involved in uPlot.paths.bar() function, I am working on recreating example in JSFiddle but for now this should be sufficient. No errors are shown in console.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested