Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Microsoft/powerbi-visuals-enhancedscatter
A few more properties were added to the existing scatter chart visual, including shapes as markers, background image support, and developer crosshairs for positioning elements onto an image background.
https://github.com/Microsoft/powerbi-visuals-enhancedscatter
Last synced: 3 months ago
JSON representation
A few more properties were added to the existing scatter chart visual, including shapes as markers, background image support, and developer crosshairs for positioning elements onto an image background.
- Host: GitHub
- URL: https://github.com/Microsoft/powerbi-visuals-enhancedscatter
- Owner: microsoft
- License: other
- Created: 2016-12-19T06:41:05.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T15:11:17.000Z (7 months ago)
- Last Synced: 2024-05-18T16:32:14.716Z (6 months ago)
- Language: TypeScript
- Size: 664 KB
- Stars: 22
- Watchers: 14
- Forks: 37
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-power-bi - Enhanced Scatter
README
# EnhancedScatter
![Build](https://github.com/microsoft/powerbi-visuals-enhancedscatter/workflows/build/badge.svg)> A few more properties were added to the existing scatter chart visual, including shapes as markers, background image support, and developer crosshairs for positioning elements onto an image background.
![Enhancedscatter screenshot](https://raw.githubusercontent.com/microsoft/powerbi-visuals-enhancedscatter/master/assets/screenshot.png)
## Supported display figure shapes
| Shape | Number value | String value |
|---------------|--------------|-----------------|
| Circle | 0 | "circle" |
| Cross | 1 | "cross" |
| Diamond | 2 | "diamond" |
| Square | 3 | "square" |
| Triangle Down | 4 | "triangle-down" |
| Triangle Up | 5 | "triangle-up" |
| Star | 6 | "star" |
| Hexagon | 7 | "hexagon" |
| X | 8 | "x" |
| Up Arrow | 9 | "uparrow" |
| Down Arrow | 10 | "downarrow" |# Overview
Enhanced Scatter introduces a few more properties that were added on top of the existing scatter chart visual, including shapes as markers, background image support, and developer crosshairs for positioning elements onto an image background.See also [Enhanced Scatter at Microsoft Office store](https://store.office.com/en-us/app.aspx?assetid=WA104380762&sourcecorrid=dfd34541-621e-4f3b-a6ab-398e528af4ab&searchapppos=0&ui=en-US&rs=en-US&ad=US&appredirect=false)