Skip to content

Commit 8d0a43a

Browse files
authoredOct 29, 2019
Add new version info
1 parent e03d587 commit 8d0a43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎powerbi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This GitHub repo contains the code for the "new" SandDance, and has been release
1515
<br/>A: *SandDance 2019* is a complete reimplementation of SandDance built on a different technology stack. As such, there are certain features that haven’t been reimplemented and other features that are. For example, it has a better 3D mode, allow more smooth rotation and pan/zoom. The model for selection is different, since clicking in the viewing area pans/zooms/rotates the view. Please [create an issue](https://github.com/microsoft/SandDance/issues/new) to let us know what missing features you need. We'll do our best to prioritize that when we’re adding functionality.
1616

1717
* **Q: How many data points are supported in *SandDance 2019*?**
18-
<br/>A: In Power BI custom visual version: 1.2.9 there is a limit of 30K data points. We have a new version [coming soon](https://github.com/microsoft/SandDance/pull/89) that has been tested up to 500K data points. We will list the new version number here after it ships.
18+
<br/>A: As of version: 1.3.7 we now support up to 500K data points.
1919

2020
## Usage
2121
Note that PowerBI aggregates data when sending it down to be displayed to a custom visual. Since SandDance works best when working on non-aggregated data, make sure to send down at least one column with unique IDs to keep it from performing aggregation.

0 commit comments

Comments
 (0)
Please sign in to comment.