ChartsOrg/Charts

Combined chart bar width inconsistency (Bar chart width 1.0 will have thin space between bars)

Open

#2.765 geöffnet am 1. Sept. 2017

Auf GitHub ansehen
 (10 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Swift (6.009 Forks)batch import
help wanted

Repository-Metriken

Stars
 (28.002 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Using combined chart view I'm trying to display semi transparent bar data with no spacing between the bars, but I'm getting some unexpected behaviour: setting the barWidth of the set to 1.005 gets me chart with bars that start with spacing between them, towards the middle gets perfect and towards the end bars start to overlap and which results of a solid color - a combination of the 2 semi transparent. gh5i4cp

Running the same code on smaller screens gets me spacing and on bigger screen - overlap.

Contributor Guide