-
Closely related to #3918, #3381 and #4018
- On hover, some chart types increase the opacity of the hovered element, while others brighten the element's colour (Marimekko) or de-emphasize non-hovered …
-
Can anyone tell me how to get g.raphael to produce a legend for a linechart?
-
-
### Describe the bug
I have a chart where I show numbers per weeknumber in a broken year (april to april). So in some years I have a weeknr 13 at the start of the broken year as also at the end of th…
-
The document (http://dc-js.github.io/dc.js/docs/html/LineChart.html#xyTipsOn__anchor) suggests that `xyTipsOn` has no effect if brush in on. The document also suggests that it is `boolean`.
However…
-
This is an idea for a “hardcoded” generalisation of bar charts and line charts to support aggregate values (initially just sums, but potentially averages as well). Perhaps just for the y axis initiall…
rolyp updated
3 months ago
-
I'm trying to clean de view and get an error, fatal error: unexpectedly found nil while unwrapping an Optional value. How can I use lineChart.clear()?
-
### Proposal
I noticed when creating a line chart that the user MUST specify a value for every increment along the x-axis. In some cases, the user may want to supply only SOME of those values. For …
-
When creating screenshot widget with
```dart
var path = await HomeWidget.renderFlutterWidget(
const LineChart(),
key: 'lineChart',
logicalSize: const Size(400, 400),
pixelRatio: 3,
)…
ueman updated
3 months ago
-
## Do you want to request a feature or report a bug?
Bug
## What is the current behavior?
Given a LineChart with a numerical X axis, if a margin is set on the LineChart component and the domain is …