-
Please update plugin to support horizontal bars also
Guria updated
9 years ago
-
Is it possible to have two horizontal scroll bars, one at the top and one at the bottom?
-
The waffle bar chart feature is awesome, but it seems limited to vertical bars only. Is there any way to make a horizontal bar chart. Currently, the code requires coord_equal(), which cannot be combin…
ghost updated
4 years ago
-
I've played around with flot.js to customize my bar charts in order to transform the graph into a horizontal bar chart.
The bars did successfully turn horizontally; however, the x and y axis seem to…
-
The length of author's section is not suitable. Therefore horizontal scroll bar appears, which is not user-friendly.
Hope to fix that soon
WePCf updated
6 years ago
-
### Describe the bug
When tapping on any bar in the chart, the tooltip for the first bar always appears first, as shown in the video below.
https://github.com/user-attachments/assets/86a5a274-7dd5…
-
## Actual Behavior
The scaling ratio is defined in the HorizontalBarChart as follows:
```js
const scalingRatio = sumOfPercent !== 0 ? (sumOfPercent - totalMarginPercent) / 100 : 1;
```
## Expec…
-
I've noticed a minor annoyance with the horizontal scroll bar. When you start a document (such as opening a file or a tab) the scroll bar is non-existence by default, that is until it detects a line g…
-
For very long lines, we need to have a scroll-bar. For example: http://fssnip.net/rZ
-
```
It's easy to reproduce the problem because you can see in your own demo.
Go to the example "Long list of options, with scroll and disabled items"
Click in the selector and you will see that, wit…