Iuliia Kulagina
d9242814dd
Remove interactivity utils+ add y-axis labels ( #97 )
...
* Remove interactivity utils
* Add support of multi visual selection
* Labels without settings
* Return deselection test
* Scale visual without xlabels
* Add opacity to ylabels
* Fix npm audit, update api
* Increase visual version
* Fix test after updating test utils
---------
Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>
2024-07-31 16:00:50 +04:00
Iuliia Kulagina
f1a1c2b5a6
Increment visual version ( #95 )
...
Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>
2024-03-28 13:21:15 +04:00
Iuliia Kulagina
a337a68d35
Fix legend formatting bugs ( #91 )
...
* Fix styling options for legend
* Increment visual version
---------
Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>
2024-03-07 12:33:22 +04:00
Iuliia Kulagina
14f00e5f1e
Fix visual version ( #90 )
...
Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>
2024-03-06 14:29:54 +04:00
Iuliia Kulagina
7f6a8406bc
Disable keyboard navigation in format mode ( #89 )
...
* Disable keyboard navigation in format mode
* Increment visual version
---------
Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>
2024-03-06 14:21:43 +04:00
Iuliia Kulagina
67a7b8d8c8
Radar chart OnObject support ( #87 )
...
* Add onObject formatting for data labels
* Add onObject formatting for legend
* Add onObject formatting for data colors
* Add onObject formatting for line and display settings
* Remove event listeners in the format mode
* Use api 5.8.0 and obObject dependency
* Fix outline for legend title direct edit
* Add localization for onObject shortcuts
* Remove fix for selectionId
* Add localization for fill property, add default value for legend title
* Move onObject settings to the settings file
* Split references interfaces
* Update powerbi-visuals-api dependency
* Fix custom outline id
* Increment visual version, add onobject utils
---------
Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>
2024-03-06 11:01:48 +04:00
Iuliia Kulagina
4d5bbfcd37
Radar chart update v3.0.0.0 ( #82 )
...
* Update dependencies
* Split d3 and lodash packages
* Add eslint
* Add privileges, 4-digits version, update gitignore
* Add keyboard navigation, fix tooltips
* Migrate to formatting model
* Add font control settings for legend and data labels
* Add aria attributes for keyboard navigation
* Add style for keyboard navigation
* Fix test + new test for selection and multi selection behavior, for keyboard navigation
* Fix lint errors
* Update visual version
* Add build yml file
* Add short and long descriptions
* Fix topLevelSlice
* Fix legend selection
* Add hover style for dots
* Fix display setting
* Update outdated dependencies
* Remove travis and coveralls from readme
* Remove travis.yml and azure-pipelines.yml
* Add rendering events
---------
Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>
2024-02-01 13:26:14 +04:00
Elena Rodionova
5d11e4a09c
updates for webpack ie11 support ( #37 )
2018-12-19 20:35:23 +03:00
Elena Rodionova
0d6d279700
Update tools and azure pipelines integration ( #36 )
...
* update tools and azure pipelines integration
* update colorutils
2018-10-30 15:27:19 +07:00
Evgenii Elkin
f5720167ed
Web pack ( #34 )
...
* Webpack version
* Review fixes
2018-09-19 23:07:47 +07:00
Evgenii Elkin
7b4901af6c
Api21 ( #31 )
...
* API 2.1
* lint issues fix
2018-08-29 19:29:24 +07:00
Elena Rodionova
1cdde0a1c4
Points rendering bugfix ( #29 )
2018-08-14 12:57:41 +03:00
Elena Rodionova
05a6c8a6f8
High contrast ( #28 )
2018-08-08 16:30:26 +03:00
mvgaliev
99f5a1c5ed
added localization strings ( #26 )
2018-05-23 12:35:00 +03:00
Eugene Elkin
49c829bd0a
Bookmarks support ( #24 )
2018-03-20 17:02:31 +03:00
Aleksei Tkach
769e160ba7
#20852 Fix - Radar Chart. Github issues ( #20 )
2017-09-19 16:20:24 +07:00
Aleksei Tkach
e3a6d28465
Fix for #20345 Radar Chart: displays not numerical values ( #16 )
...
* Fix for #20192 Add settings for min number of Axis
* Fix for #20345 Radar Chart: displays not numerical values
2017-08-11 13:52:43 +03:00
Aleksei Tkach
b863e3c63d
Fix for #20192 Add settings for min number of Axis ( #15 )
2017-08-09 11:51:45 +03:00
Aleksei Tkach
86ca52e17a
20094 RadarChart: displays only one point with incorrect value tooltip ( #14 )
...
20149 Bug: RadarChart 1.0.3: axis settings is not availible
2017-08-04 09:14:27 +03:00
Aleksei Tkach
74d6b91b11
Remove all 'any' or mistyped values ( #13 )
...
* Upgrade to API 1.7.0
* Added language resource files
* Security issues fix
* remove all "any" and mistyped values
* make RadarChart to use settingsParser and settings
2017-07-27 13:45:42 +03:00
Aleksei Tkach
83a4bc6761
Upgrade to API 1.7.0 ( #12 )
...
Added language resource files
2017-07-05 00:04:42 +04:00
Ilfat Galiev
230814a8c8
Update version number to 1.0.1 ( #11 )
2017-06-21 13:24:04 +04:00
Ilfat Galiev
b3cf49b4e8
Label display issues were fixed ( #8 )
...
* Label display issues were fixed
* Label text size issue was fixed
* Choose of axis orientation beginning was added
* Min value at zero options was added
* Sorting capabilities was added
* Optimization of cycles.
* Added typings via npm
* CHANGELOG.md was added
* Fix labels position when visual has a lot of categories.
2017-06-14 12:52:27 +04:00
Maksim Galiev (Akvelon)
003c8d6e46
fixed bug "'indexOf' of undefined" at isPercentChart function. Added unit tests covers this bug
...
Changes to be committed:
modified: src/radarChart.ts
modified: test/visualTest.ts
2017-03-07 15:45:06 +03:00
Ignat Vilesov
c9a723a5b5
13726 “NPM packages: Update source code of the Radar visual in order to support the new packages”
2016-12-22 19:40:49 +03:00
vtkalek
81aebbca33
Radar chart - change github url to correct
2016-12-20 14:07:31 +03:00
Aleksei Tkach
4bd4c1502c
Update pbiviz.json
...
Change display name in json file to correct value
2016-10-31 18:38:36 +03:00
vtkalek
f6b9adc617
Added formatting module to make formating service work properly
2016-10-28 16:08:40 +03:00
vtkalek
116cd5bd9b
Setup RadarChart GUID
2016-10-26 17:13:56 +03:00
Ignat Vilesov
1395bb8a1d
11293 “RadarChart: Integrate DataLabelManager package to the visual”
2016-10-25 20:28:31 +03:00
Ignat Vilesov
67833621a3
11225 “RadarChart: Integrate Legend to the visual”
2016-10-25 15:41:24 +03:00
Ignat Vilesov
950204ea3a
11219 “Integrate TooltipService to the visual”
2016-10-24 18:56:09 +03:00
Ignat Vilesov
45b30dd5fb
11221 “Integrate valueFormatter to the visual”
2016-10-24 16:47:44 +03:00
Ignat Vilesov
a0c3f4e782
11132 “RadarChart: Integrate ColorHelper to the visual”
2016-10-24 11:55:02 +03:00
Ignat Vilesov
51dd44c56b
11131 “RadarChart: Integrate InteractivityService to the visual”
2016-10-21 16:18:30 +03:00
vtkalek
25b0c1a232
First checkin of RadarChart
2016-10-21 13:44:35 +03:00