microsoft/powerbi-visuals-enhancedscatter
TypeScript
Captured source
source ↗microsoft/powerbi-visuals-enhancedscatter
Description: 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.
Language: TypeScript
License: NOASSERTION
Stars: 26
Forks: 36
Open issues: 14
Created: 2016-12-19T06:41:05Z
Pushed: 2026-06-08T08:34:44Z
Default branch: main
Fork: no
Archived: no
README:
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.
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.