-
```
Flot versions earlier to 0.7, use to implement axis labels as HTML elements
inside a div. Now it is moved inside the canvas itself.
After this canvas implementation, I am not able to control the …
-
hey my json data looks something like this
[{"datePoa":"2016-07-24","Frequency":"4"},{"datePoa":"2016-07-25","Frequency":"4"}]
am using jquery ($.getJSON)to fetch it and a function called chart() t…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
I have modified my version to allow different colours (axis labels and values)
which nicely…
-
```
What steps will reproduce the problem?
1. Create a DataTable:
myDataTable = DataTable.create();
myDataTable.addColumn(ColumnType.DATETIME);
myDataTable.addColumn(ColumnType.NUMBER);
2. Add bu…
-
First of all, thank you so much for the amazing work. Your package is so much better than the `survminer` package I used before. I've done a few projects now with your package and some details in adap…
-
I have created some basic Google column charts and it worked fine. I am used to creating charts in excel sheet with multiple X axis grouped by more than one field. I have searched for many hours but c…
-
### Description
When I plot a set of coordinates in a UTM projection, I am unable to set the axis labels or the extent of the axis, even when I directly use the extent acquired from `axis.get_ext…
-
One often expects to label the axes (not just the tick marks) on a map or plot, e.g. with strings "_Lat._"/"_Lon._" or "_Northing (metres)_"/"_Easting (metres)_". However, `Axes.set_xlabel` and `set_y…
-
When a sequence number is used for points of the X axis, the labels are printed perfectly.
![codigo sequencial](https://cloud.githubusercontent.com/assets/1512341/7536731/9e3d8000-f568-11e4-87fb-3be9e…
-
```
What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1.Create a ScatterChart
2.Supply values in the range (y axis) of 0.0 to 1.0…