question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Using Sanddance Explorer in a React application

See original GitHub issue

First, I want to say thank you for this library; it looks like it has amazing potential, and could give many people the ability to explore their data.

That said, the documentation and examples seem to be non-existent; as a result, I’m finding it very difficult to get a simple example off the ground.

Here’s the scenario I have; I have a set of data that I’ve downloaded/obtained from the server. It’s a set of Javascript objects, but if necessary, I can get it from the server in JSON, CSV, whatever.

The desire is to take that data and make it available in an instance of the Sanddance explorer.

My thought is that it is as easy as creating an instance of Explorer and then passing the data along with column descriptors to it, but I can’t seem to find a way to do that. The DataContent type implies there’s some type to help provide and describe data, but I see no way of passing it to the Explorer instance.

Is there an example out there that shows how to do this?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
casperOnecommented, Dec 25, 2019

@danmarshall That was it, thank you! Much appreciated.

For those that come here searching for the code, it can be found at:

https://codesandbox.io/s/sanddance-js-demo-wwyv1

0reactions
danmarshallcommented, Jun 22, 2020

@hydrosquall - please see the update on #196 - CodeSandbox has made a fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

@msrvida/sanddance-explorer examples - CodeSandbox
Learn how to use @msrvida/sanddance-explorer by viewing and forking example apps that make use of @msrvida/sanddance-explorer on CodeSandbox.
Read more >
msrvida/sanddance-explorer - Microsoft Open Source
@msrvida/sanddance-explorer. Visually explore, understand, and present your data. image. Demo - API Reference. Installation. Add these to the dependencies ...
Read more >
@msrvida/sanddance-explorer - npm
SandDance data exploration React component. ... Start using @msrvida/sanddance-explorer in your project by running `npm i ...
Read more >
I got to do some SandDance visualization - Torbjorn Zetterlund
The SandDance-react core SandDance visualization canvas for use in React-based applications. The SandDance-explorer core SandDance ...
Read more >
Data Visualization Using Open Source Tool (2021)
Power BI. 2. Java script based Apps. 3. Visual Studio Code. 4. Azure Data Studio. 5. SandDance Explorer 6. SandDance React ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found