A dot plot is used to show a representation of the distribution of frequencies. It is most often used to show counts of an occurrence.
Перейти к файлу
Denis 93a5d45a5e Webpack (#25)
* versions update, settings update

* d3 downgrade (to source version), fix of rest dependencies

* [debug] d3 updated, dotplot works, code cleaned up

* tests update, karma+webpack, version upd

* Rendering Events API

* fix allocation error existed on tests run

* Fixes bug with styles import

* updates package-lock
2019-03-26 15:33:00 +07:00
.vscode High contrast mode (#20) 2018-07-18 12:27:54 +03:00
assets 13853 “Dot Plot: Add assets to the visual” 2016-12-27 15:47:22 +03:00
src Webpack (#25) 2019-03-26 15:33:00 +07:00
stringResources Localization strings from utils update (#12) 2018-05-21 18:47:35 +07:00
style Webpack (#25) 2019-03-26 15:33:00 +07:00
test Webpack migration for dotplot chart (#23) 2019-03-22 21:10:39 +07:00
.gitignore Webpack migration for dotplot chart (#23) 2019-03-22 21:10:39 +07:00
.travis.yml High contrast mode (#20) 2018-07-18 12:27:54 +03:00
CHANGELOG.md Webpack (#25) 2019-03-26 15:33:00 +07:00
LICENSE 13852 “Dot Plot: Prepare a base structure of the visual” 2016-12-27 15:47:13 +03:00
README.md DotPlot readme update 2017-05-25 06:16:28 +03:00
capabilities.json Brings an ability to change Dots radius (#17) 2018-05-14 12:11:50 +03:00
karma.conf.ts Webpack migration for dotplot chart (#23) 2019-03-22 21:10:39 +07:00
package-lock.json Webpack (#25) 2019-03-26 15:33:00 +07:00
package.json Webpack (#25) 2019-03-26 15:33:00 +07:00
pbiviz.json Webpack (#25) 2019-03-26 15:33:00 +07:00
test.tsconfig.json Webpack migration for dotplot chart (#23) 2019-03-22 21:10:39 +07:00
test.webpack.config.js Webpack migration for dotplot chart (#23) 2019-03-22 21:10:39 +07:00
tsconfig.json Webpack migration for dotplot chart (#23) 2019-03-22 21:10:39 +07:00
tslint.json Add localization (#5) 2017-07-03 14:52:11 +04:00

README.md

powerbi-visuals-dotplot

Build Status Coverage Status

A dot plot is used to show a representation of the distribution of frequencies. It is most often used to show counts of an occurrence.

Dot Plot screenshot

Overview

A dot chart or dot plot is a statistical chart consisting of data points plotted on a fairly simple scale, typically using filled in circles.

The dot plot as a representation of a distribution consists of group of data points plotted on a simple scale. Dot plots are used for continuous, quantitative, univariate data. Data points may be labelled if there are few of them.

Dot plots are one of the simplest statistical plots, and are suitable for small to moderate sized data sets. They are useful for highlighting clusters and gaps, as well as outliers. Their other advantage is the conservation of numerical information.

The X axis, data point colors, and data labels are customizeable.

See also Dot Plot chart at Microsoft Office store