* Return back jquery reference

* Change version to 1.0.3

* Change version to 1.0.3

* Update CHANGELOG.md

* Update CHANGELOG.md
This commit is contained in:
Aleksei Tkach 2017-07-13 00:27:50 +03:00 коммит произвёл Ignat Vilesov
Родитель 4b01492db2
Коммит d19005c0fe
3 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -1,7 +1,10 @@
## 1.0.3
* Return jQuery reference
## 1.0.2
* Updrage to API 1.7.0
* Fix bug: "Incorrect behavior in Focus mode"
## 1.0.1
* Fix bug: "Visual doesn't display lines when animation is disabled"
* Add changelog.md
* Add changelog.md

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "powerbi-visuals-linedotchart",
"description": "LineDot Chart",
"version": "1.0.2",
"version": "1.0.3",
"author": {
"name": "Microsoft",
"email": "pbicvsupport@microsoft.com"

Просмотреть файл

@ -4,7 +4,7 @@
"displayName": "LineDot Chart",
"guid": "LineDotChart1460463831201",
"visualClassName": "LineDotChart",
"version": "1.0.2",
"version": "1.0.3",
"description": "The LineDot chart is an animated line chart with fun animated dots. Use the LineDot chart to engage your audience especially in a presentation context. The bubbles size can be dynamic based on data you provide. A counter is provided that you can use to show a running value as the chart animates. Format options are provided for Lines, Dots, and Animation.",
"supportUrl": "http://community.powerbi.com",
"gitHubUrl": "https://github.com/Microsoft/powerbi-visuals-linedotchart"
@ -18,6 +18,7 @@
"icon": "assets/icon.png"
},
"externalJS": [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/lodash/lodash.min.js",
"node_modules/d3/d3.js",
"node_modules/powerbi-visuals-utils-typeutils/lib/index.js",