-
I don't remember if there's an issue being tracked for this or not, but the axis and labels on this question are very broken and make it impossible to forecast on. I think this should be high priority…
-
Labels: , ,
Corpora: 9/10, not appearing in how_do_young_people_spend_their_evenings.txt
Label count: 137
57:
66:
14:
Issue 1: misleading name, as it suggests it refers to slope of a reg…
-
```
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…
-
### 에러메세지
```bash
raise StreamlitDuplicateElementKey(user_key)
streamlit.errors.StreamlitDuplicateElementKey: There are multiple elements with the same key='select_request_user'. To fix this, pleas…
-
I want to display the temperature over a period of time on the graph. I was wondering if it was possible to change the x-axis labels.
Brilliant library btw. It's so simple to work with
-
### What is the problem?
I have an array of objects with 3 properties on each; time, salinity and volume.
When I switch from rendering time and salinity to rendering time and volume, or vice vers…
-
```
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 …