microsoft / InteractiveDataDisplay.WPF

Interactive Data Display for WPF is a set of controls for adding interactive visualization of dynamic data to your application. It allows to create line graphs, bubble charts, heat maps and other complex 2D plots which are very common in scientific software. Interactive Data Display for WPF integrates well with Bing Maps control to show data on a geographic map in latitude/longitude coordinates. The controls can also be operated programmatically.
Other
968 stars 266 forks source link

Installation issue #31

Open FlowerNut opened 5 years ago

FlowerNut commented 5 years ago

Please be noticed that it also has dependent on System.Reactive.Core and System.Reactive.Linq after installation.

kilick commented 5 years ago

I second this - can we update the nuget to pull those in as well?

PhilipNelson5 commented 5 years ago

I just ran into the same problem. I'm not very familiar with nuget but would make sense for these to be dependencies that get installed automatically?

Notts90 commented 5 years ago

Got an error saying System.Reactive.Core and System.Reactive.Linq required when trying to use a chart. Used the VS NUGet manager to download them and appears to be working fine now.

DanStevens commented 3 years ago

Nuget package should declare all it's dependencies accurately.