GraphView-Demos icon indicating copy to clipboard operation
GraphView-Demos copied to clipboard

Examples for my Android GraphView library

Results 23 GraphView-Demos issues
Sort by recently updated
recently updated
newest added

When I put static labels only in the y-axis, happens this: ![image](https://user-images.githubusercontent.com/46492808/52960670-38ef6b80-3391-11e9-927a-56ade6f9a60d.png) Well, I just want the date, and what seems to happen is that it puts the two values...

I want to mark the intersection of multiple series in Line graph? Can some one provide a sample to achieve it?

In BarGraphFragment call by error FullscreenExample.ADVANCED_LINE_GRAPH instead of FullscreenExample.ADVANCED_BAR_GRAPH new AdvancedBarGraph().initGraph(graph); rootView.findViewById(R.id.cardAdvancedBarGraph).setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { openFullscreen(FullscreenExample.ADVANCED_BAR_GRAPH); } }); rootView.findViewById(R.id.imgFullscreen2).setOnClickListener(new View.OnClickListener() { @Override public void onClick(View...

Hi everyone I'm very pleased with the library, great works! Problem is, I don't understand why it behaves inconsistently, meaning that one time it shows like this (without date X...

Hi, their support date redundance based on picture I attach and below following code that i follow ` DateFormat fmt1 = new SimpleDateFormat("MMMM dd, yyyy", Locale.US); Date d1 = null,d2...

- start with impressive graphs - example group for each chart type - realtime example with lots of data - simple examples with all features in 4.2 - use cardviews...

Hi, you've made the GraphView-Lib as a Git-Submodule. Would be nice to mention that in your readme cause git doesn't clone submodule automatically.

Good morning I am just interesting about future of GraphView Is any chance to see the additional development of pie chart polar chart radar chart?

I want to add the Months name on the Xaxis of the Chart how to do it , I can see any thing to achieve this , Following is the...

i can't build gradle. i just checkout and build it. and the all other things is work fine. ![capture](https://cloud.githubusercontent.com/assets/412039/7189864/ad975c72-e48a-11e4-98c8-b0b43a3567b5.PNG)