-
Hi,
Is there an option to expose the 'mouseup' event. currently I can see that the mousedown event is exposed on the zoomBehavior of the chart state. I would like to update the cursor based on the…
-
The labels here are a bit small:
![http://cl.ly/image/232U2n0a2S04](http://cl.ly/image/232U2n0a2S04/content#.png)
A quick pass in the web inspector yields something easier on the eyes:
![http://cl.…
zeke updated
11 years ago
-
The following feels like it does not belong in the README. Maybe a Medium post would be better? Or in a separate .md file? Stashing it here for now.
## Composing Components
Components can use …
-
Here's a sample of the json I'm currently using for the running tally and shift charts. There's several "types" of objects within it:
- type: "period" (stores the duration of each period)
- type: "pla…
-
Apesar de simples, seria interessante pra mostrar a parte de lidar com dados entre o Vue e Laravel.
Já a parte de gráficos usando bibliotecas como Chart.JS e D3.JS seria muito interessante, principa…
-
Hi! I'm trying to use the gauges on a React Native Project but I keep getting the same error. It says that it can't find the file but it's in there. I've verify multiple times. The path is valid.
…
-
https://stackoverflow.com/questions/51421943/pie-chart-not-updating-properly-when-using-brush-in-series-chart
The `RangedFilter` expects to receive raw X values, but it's receiving arrays (usually)…
-
At the moment most Vega beginner documentation appears to be centered around specs, but as a full-on newbie to this project, it's very difficult to figure out how to use that spec. Now I believe the e…
-
Is there an easy way to make the x-tick labels multiline? Adding the '\n' character doesn't seem to work.
``` r
require(rCharts)
d
-
I have feed of data for 1 year with values for each day.
I want to be able to view:
- last 7 days
- last month
- last 3 months
- last 6 months
- last year
And to have the data group per day for last…