hrbrmstr / metricsgraphics

:chart_with_upwards_trend: htmlwidget interface to the MetricsGraphics.js D3 chart library
http://hrbrmstr.github.io/metricsgraphics/
Other
132 stars 35 forks source link

cannot sync plots #30

Open ghost opened 9 years ago

ghost commented 9 years ago

In Shiny, I can play with your examples and it seems that you can sync plots if they share data.

(side note, Shiny spits out the following error on every plot: Warning in func() : Ignoring explicitly provided widget ID "mjs-fb344f7633c8c494b972c9da68b35c"; Shiny doesn't use them)

Should I be able to link plots A and B if their X-axis share at least SOME of the same values?

hrbrmstr commented 9 years ago

I'll take a look tomorrow. Thx for trying the pkg and taking the time to submit an issue!

ghost commented 9 years ago

Thanks for taking the time. I really like this package, I'm just missing this one functionality. (And stacked plots, but I understand the rationale behind not implementing that)