Return back jquery reference (#11)
* 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:
Родитель
4b01492db2
Коммит
d19005c0fe
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче