Skip to content

Commit

Permalink
updated space
Browse files Browse the repository at this point in the history
  • Loading branch information
Digvijayrao-KF committed Apr 1, 2024
1 parent fd2d81d commit f9d1967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charts/Bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class Bar {

if (!lineFill) {
// if user provided a function in colors, we need to eval here
// Note: the position of this function logic (ex. stroke: { colors: ["",function(){}] }) i.e array index 1 depicts the realIndex/seriesIndex.
// Note: the position of this function logic (ex. stroke: { colors: ["",function(){}] }) i.e array index 1 depicts the realIndex/seriesIndex.
function fetchColor(i) {
const exp = w.config.stroke.colors
let c
Expand Down

0 comments on commit f9d1967

Please sign in to comment.