Ramil Minyukov
d03fa37358
Merge pull request #918 from microsoft/dependabot/npm_and_yarn/pathval-1.1.1
...
Bump pathval from 1.1.0 to 1.1.1
2022-02-15 12:12:08 +03:00
dependabot[bot]
dda4cdc4c9
Bump pathval from 1.1.0 to 1.1.1
...
Bumps [pathval](https://github.com/chaijs/pathval ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/chaijs/pathval/releases )
- [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md )
- [Commits](https://github.com/chaijs/pathval/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: pathval
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 08:58:53 +00:00
Ramil Minyukov
a1bd2518ef
Merge pull request #924 from microsoft/dependabot/npm_and_yarn/follow-redirects-1.14.8
...
Bump follow-redirects from 1.13.0 to 1.14.8
2022-02-15 11:37:53 +03:00
Ramil Minyukov
7760036be2
Merge branch 'master' into dependabot/npm_and_yarn/follow-redirects-1.14.8
2022-02-14 18:34:34 +03:00
Ramil Minyukov
0175a58127
Merge pull request #925 from zBritva/fix_image_loading
...
Fix loading image property of Image object
2022-02-14 18:34:06 +03:00
Ilfat Galiev
14e817ea05
Fix loading image property of Image object
2022-02-12 23:13:41 +03:00
dependabot[bot]
ddb3e126ac
Bump follow-redirects from 1.13.0 to 1.14.8
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.13.0 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.13.0...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-12 13:03:51 +00:00
Ramil Minyukov
2ad6a5bdb8
Added a different logic for Y-axis label wrapping ( #911 )
...
* Added a different logic for Y-axis label wrapping
* Update key property
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2022-02-08 05:56:38 -08:00
Ramil Minyukov
fa51d68002
Fixed the issue with text outline and background and color picker input ( #910 )
...
* Fixed the issue with text outline and background
* Fixed the issue with color piscker input
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2022-02-07 20:41:40 -08:00
Ramil Minyukov
f24483f02a
Revise the order by another column ( #909 )
...
* Revise the order by another column
* Fixed numers sort method
* Update chart saving
* Update popup position
* Remove unused import
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2022-02-04 05:49:44 -08:00
Ramil Minyukov
5f17e34bbf
Fixed the issue with date format ( #898 )
...
* Fixed the issue with date format
* Fixed tick data input
* Fixed FluentInputFormat input
* Fixed import
* Rework empty value in input expression
* Fixed isDatefield in axis
* Allow map Date DataTypr to MapDataToMarkAttribute and MapDataToChartElementAttribute
* Rework tick format and tick data fields
* Added number of axis ticks property
* Remove tick number property when tick data is not null
* Added dropzone for tick data property
* Remove unused code
* Fix text input
* Added AxisRenderer.DEFAULT_TICKS_NUMBER
* Update number of ticks when autoTickNumber is true
* Update migrator code
* Update fluentui_manager.tsx
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
Co-authored-by: bongshin <bongshin@microsoft.com>
2022-02-01 10:57:50 -08:00
Ramil Minyukov
fbd23e90df
Fixed key issues and plot segemnt creation ( #906 )
...
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2022-02-01 06:41:55 -08:00
Ramil Minyukov
d4b9a8287f
Merge pull request #905 from zBritva/fix_data_mapping
...
Fix Data Mapping Slots
2022-02-01 13:37:53 +03:00
Ilfat Galiev
fae6e62c43
Fix Data Mapping Slots
2022-02-01 01:43:57 +03:00
Ramil Minyukov
6f8511e956
Merge pull request #901 from microsoft/update-year
...
Update Copyright year
2022-01-28 18:35:52 +03:00
Ramil Minyukov (Akvelon INC)
26260a182d
Update config test year
2022-01-28 18:12:32 +03:00
Ramil Minyukov (Akvelon INC)
519e3d79ea
Merge branch 'update-year' of https://github.com/microsoft/charticulator into update-year
2022-01-28 18:11:14 +03:00
Ramil Minyukov (Akvelon INC)
dd12d52a4d
Update about
2022-01-28 18:10:45 +03:00
Ramil Minyukov
8be2d23cde
Merge branch 'master' into update-year
2022-01-28 18:01:46 +03:00
Ramil Minyukov (Akvelon INC)
c7c8edd57a
Update Copyright year
2022-01-28 18:00:26 +03:00
Ramil Minyukov
d23aa7115f
Update elements dropzones ( #899 )
...
* Update elements dropzones
* Updated attributes pane dropzone filter
* Updated sectionHeader dropzone filter
* Update chart_editor.tsx
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
Co-authored-by: bongshin <bongshin@microsoft.com>
2022-01-28 06:58:36 -08:00
Ramil Minyukov
f11d3b7101
Gradient scale ( #886 )
...
* Add auto update property for gradient scales
* Update label
* Update styles
* Added numerical color legend orientation
* Removed 'Add legend' button for boolean scales
* Clean code
* Added legend height and width
* Updated migrator
* Added const value and update migrator
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
Co-authored-by: bongshin <bongshin@microsoft.com>
2022-01-25 06:08:04 -08:00
Ramil Minyukov
842467a807
Fix legend display, color mapping and attributes panel "Stacking" styles ( #897 )
...
* Fix legend display and color mapping #895
* Fixed dot plot v2.0.3 template
* Fixed axis Stacking styles
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2022-01-20 05:54:33 -08:00
Ramil Minyukov
49bc94bd0a
Updated tsconfig ( #896 )
...
* Updated tsconfig
* Updated tsconfig
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2022-01-19 06:49:56 -08:00
Ramil Minyukov
6f73d104b7
Merge pull request #893 from MrRamka/bugfix/unused-imports
...
Remove unused imports
2022-01-17 18:51:15 +03:00
Ramil Minyukov (Akvelon INC)
14123b94b8
Remove unused imports
2022-01-17 18:16:55 +03:00
Ramil Minyukov
632654e5fd
Merge pull request #892 from MrRamka/feature/update-ver
...
Update version 2.1.4
2022-01-17 18:08:51 +03:00
Ramil Minyukov (Akvelon INC)
6a54e95899
Updated version 2.1.4
2022-01-17 17:32:53 +03:00
Ramil Minyukov
b1201a6188
Apply unit testing to the latest master ( #747 )
...
* Apply unit testing to the latest master
* Updated browser
* Updated browser
* Added babel-loader
* Added pre-commit hook
* Added ts-node
* Added puppeteer
* Added karma-coverage
* Added raw-loader
* Update snapshot
* Udpated tests
* Removed done
* Update serialize
* Removed unused import
* Updated tolerance
* Updated tolerance
* Updated tolerance and added round numbers
* Added logging
* Change compare order
* Changed compare order
* Updated path 'd' parser
* Added types
* Updated tests order
* Updated tests order
* Added error wrepper
* Updated snapshoot
* Changed test order
* Added docker image
* Update runnner
* Updated github runnner
* Uncomment tests
* Updated __snapshots__
* Added plotsegment axis test
* Added polar plot segment unit tests
* Updated docker file
* Updated tests
* Updated application tests
* Updated application tests
* Updated application tests
* Added new chart tests
* Removed population test
* Updated snapshot
* Updated build.js file
* Updated build.js
* Updated test app version
* Fixed comment
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
Co-authored-by: Ilfat Galiev <zBritva@users.noreply.github.com>
Co-authored-by: bongshin <bongshin@microsoft.com>
2022-01-17 06:11:18 -08:00
Ramil Minyukov
aa57f387c3
Refactoring and eslint rules ( #882 )
...
* Updated color picker menu
* Removed picker column
* Fixed part of eslint rules
* Fixed ban-types eslint rules
* Fixed hasOwnProperty method
* Fixed unused var rule
* Removed old ui manager
* Added ImageUploader catch block
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
Co-authored-by: bongshin <bongshin@microsoft.com>
2022-01-11 06:28:03 -08:00
Ramil Minyukov
5bba2ba68b
Minor issues ( #885 )
...
* Fixed grid sub-layout labels
* Added minimum chart size
* Hide scrolling property in DataAxis
* Hide onTop property in DataAxis
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2022-01-11 06:04:26 -08:00
Ramil Minyukov
78f9a4957b
Fixed the issue with textbox background color ( #883 )
...
* Fixed the issue with textbox background color
* Fixed glyphs textbox background
* Removed unused code
* Chaged style order in text and textbox attributes pane
* Removed unused var
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2021-12-30 07:23:47 -08:00
Ramil Minyukov
4783aadaaa
Fixed ordering for categorical data and numerical value type ( #879 )
...
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2021-12-24 08:22:44 -08:00
Ramil Minyukov
87899afded
Fixed minor order issue ( #878 )
...
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2021-12-24 07:38:53 -08:00
Ramil Minyukov
596d8806a2
Fixed ordering issue ( #877 )
...
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2021-12-24 05:11:12 -08:00
Ramil Minyukov
a47f58a359
Bugfix/867 issues ( #872 )
...
* Fixed aggregation function bug
* Fixed expression empty dataset issue
* Fixed ordering bug
* Fixed data binging menu
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2021-12-23 05:35:11 -08:00
Ramil Minyukov
51f4f55dad
Minor issues ( #864 )
...
* Fixed minor axis scrolling issues
* Removed log
* Added unique key for identical data
* Fixed scrolling windowSize issue
* Fixed save order in axis
* Fixed data inputExpression
* Fixed date column
* Fixed issue with numeric axis (Initial scroll position)
* Fixed issue with scroll bar
* Removed log
* Remove unused code
* Remove unused code
* Remove commented code
* Updated version
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2021-12-07 06:41:39 -08:00
Ilfat Galiev
ccb2154620
Disable preact for extensions ( #866 )
...
Co-authored-by: Ilfat Galiev <v-igaliev@microsoft.com>
2021-12-06 09:50:45 -08:00
Ramil Minyukov
337fc35d93
Sort by another column ( #842 )
...
* Added Order by menu
* Updated sorting algorithm
* Cleaned code
* Fixed tests
* Fixed test
* Updated reorder panel
* Updated migrator
* Clean code
* Updated migrator
* Fixed default value
* Fixed eslint rule and removed import
* Updated migrator
* Removed comment
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
Co-authored-by: bongshin <bongshin@microsoft.com>
2021-12-01 15:35:15 -08:00
Ramil Minyukov
9ec5dca5b8
Updated styles for selected items ( #863 )
...
* Updated styles for selected items
* Updated opacity styles for selected items
* Clean code
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2021-12-01 07:41:36 -08:00
Ramil Minyukov
0b575ff8b4
Fixed text mapping bug ( #862 )
...
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2021-11-29 07:53:23 -08:00
Ramil Minyukov
f87f823248
Updated default legend font size ( #861 )
...
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2021-11-26 07:31:49 -08:00
Ramil Minyukov
c91b2ea393
Added default color to picker ( #860 )
...
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2021-11-26 07:00:03 -08:00
Ramil Minyukov
b95a25697d
Updated color palette ( #857 )
...
* Updated color palette
* Revert colors
* Open default color palette
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
Co-authored-by: bongshin <bongshin@microsoft.com>
2021-11-26 06:22:06 -08:00
Ramil Minyukov
5cf16681d4
Fixed save bug ( #859 )
...
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
Co-authored-by: bongshin <bongshin@microsoft.com>
2021-11-26 06:06:28 -08:00
Ramil Minyukov
b40d3a6921
Add default chart size to template ( #858 )
...
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2021-11-26 05:48:28 -08:00
Ramil Minyukov
f9a475ff9b
Updated plot segment sub layout ( #854 )
...
* Updated plot segment sublayout
* Update sublayout
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
2021-11-25 06:38:41 -08:00
Ramil Minyukov
9a0eadf799
Fixed reset button in reorderWidget ( #855 )
...
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
Co-authored-by: bongshin <bongshin@microsoft.com>
2021-11-24 08:39:07 -08:00
Ramil Minyukov
7eed05eaa2
Added scale update during saving ( #853 )
...
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
Co-authored-by: bongshin <bongshin@microsoft.com>
2021-11-24 08:21:37 -08:00
Ramil Minyukov
d9213f2148
Property for closing a link ( #848 )
...
* Added close link property
* Hide checkbox
* Close link only for polar plot segment
* Fixed build
* Fix comment
Co-authored-by: Ramil Minyukov (Akvelon INC) <v-rminyukov@microsoft.com>
Co-authored-by: bongshin <bongshin@microsoft.com>
2021-11-24 08:08:57 -08:00