Skip to content

Commit

Permalink
Restore true stroke paths on bars and columns.
Browse files Browse the repository at this point in the history
Strokes on different bars/columns should not overlap or cause
bar/columns to appear longer or wider than their values dictate or
be visually ambiguous.

Include fix paths for negative and reversed bar/column rendering that
required removal of this feature.

border-radius-test: change breakpoint for better aesthetics at narrow
chart width.

stacked-column-outline.xml: New sample source
stacked-column-outline.* : Products of new sample
  • Loading branch information
rosco54 committed Oct 11, 2024
1 parent bf9822a commit 596bcd3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@
'01/05/2011 GMT', '01/06/2011 GMT'
],
},
yaxis: {
reversed: false,
stepSize: 10
},
legend: {
position: 'right',
offsetY: 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ xaxis: {
'01/05/2011 GMT', '01/06/2011 GMT'
],
},
yaxis: {
reversed: false,
stepSize: 10
},
legend: {
position: 'right',
offsetY: 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
'01/05/2011 GMT', '01/06/2011 GMT'
],
},
yaxis: {
reversed: false,
stepSize: 10
},
legend: {
position: 'right',
offsetY: 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
'01/05/2011 GMT', '01/06/2011 GMT'
],
},
yaxis: {
reversed: false,
stepSize: 10
},
legend: {
position: 'right',
offsetY: 40
Expand Down

0 comments on commit 596bcd3

Please sign in to comment.