-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SandDanceReact.Viewer example chart is too small #710
Comments
See my current code: `` // import "@msrvida/sanddance-explorer/dist/css/sanddance-explorer.css"; function App() {
} ReactDOM.render(, document.getElementById('app'));
Also:
Also:
|
Hello, noticed you commented out the style sheets. Will un-commenting those bring in the styles? |
The chart is still small when I do, only the legend moves to the right, but
the select panel disappears.
…On Wed, Jul 3, 2024, 18:20 Dan Marshall ***@***.***> wrote:
Hello, noticed you commented out the style sheets. Will un-commenting
those bring in the styles?
—
Reply to this email directly, view it on GitHub
<#710 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABGSN4BIWL7KHV6IG57C2TZKQXFXAVCNFSM6AAAAABKJKM5QGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBWHA2DONJWGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Can you share a repo? |
Hi, I've modified the initial SandDance React example to load data from a .csv file and put the x and y values of the columns in a 2d scatterplot, with colour being the cluster_id column.
The outcome is a tiny little chart area on top, and the Legend and Select & Filter sections are below, whereas I rather have them on the right-hand side, like it is shown in the example scatterplotTest, which is not a React example. (https://microsoft.github.io/SandDance/tests/v3/umd/scatterplotTest.html).
See the image below:
How do I make the chart occupy the majority of the screen, and the Legend and Select & Filter sections on the right, like in the test (see screenshot below)?
The text was updated successfully, but these errors were encountered: