I'm trying to implement xCharts and I'm running into something that I'm finding rather frustrating and odd.
I add xCharts library to the project. I copy over the code from the demo app. Trying to replicate the app (just one of the charts, not all) using JUST the original code and it complains to me that the xchart is not initialized. I see no .initialize command in the demo program so I am somewhat confused as to why I'm seeing this error in what is essentially a clone of the original demo even if it's pared down to only a single chart.
I add xCharts library to the project. I copy over the code from the demo app. Trying to replicate the app (just one of the charts, not all) using JUST the original code and it complains to me that the xchart is not initialized. I see no .initialize command in the demo program so I am somewhat confused as to why I'm seeing this error in what is essentially a clone of the original demo even if it's pared down to only a single chart.