app4g
app4g
Please see this comment/thread. https://github.com/AppPear/ChartView/issues/243#issuecomment-1203537337
Looking thru the code for V2, it really doesn't seems like it's implemented. you can see that the code will separate out the DataPoints and the Label Strings, but it...
Check this --> https://github.com/AppPear/ChartView/issues/243#issue-1258260740 Managed to get it done
The data is already being parsed but it's not implemented in the code for some reason. You can try editing it like below. (this is specifically for BarChart) Look for...
``` struct ContentView: View { // var demoData: [String, Double] = [("M",1.0),("T",2.0),("W",4.0), ("T", 8.0), ("F",10.0), ("S",9.0),("S", 2.0)] var demoData: [(String, Double)] = ([("M",9), ("T",2), ("W",5), ("T",6), ("F",7), ("S",8), ("S",9)]) var...
@JakobStadlhuber I just made the changes locally and am just still playing around / testing it. eg: it doesn't honour dark mode in ```cardview``` and trying to get this to...
Forked Repo : https://github.com/app4g/ChartView Here is the Demo Project or rather the code I was working on to see /make the changes https://github.com/app4g/ChartViewV2-Demo-Project
I am also having issues now. It's really intermittent and I can't reproduce it. Some users have the issues, some don't. What I see is that somehow I think it's...
@sincychacko-frollo What I essentially did was to make sure only 1 instance of command to update the keychain is done at any one time and some caching of the data...
I tried this branch.. still facing auth issues.. python 3.9 OSX ventura