deecay
b7b345dacd
[Feature] Choropleth customize (added new map: Japanese Prefectures) ( #3154 )
2019-05-07 12:04:17 +03:00
YOSHIDA Katsuhiko
81bc4ef58b
[Feature] Add direction option in Pie Chart ( #3762 )
2019-05-06 11:30:48 +03:00
Arik Fraimovich
ee29cf9efc
Fix: pie chart not rendering when series doesn't exist in options. ( #3756 )
2019-05-05 09:04:52 +03:00
Levko Kravets
9a4433bf68
Migrate visualizations registry/renderer/editor to React ( #3493 )
2019-04-30 16:34:00 +03:00
Gabriel Dutra
b4a4ee212e
Replace toastr with Ant Notification ( #3610 )
2019-03-24 19:08:35 -03:00
Allen Short
3fdd3080c1
Use series name as pie chart label ( #3484 )
...
It was unconditionally using the column name; this uses the series name instead
if specified in the chart editor.
2019-02-25 10:10:27 +02:00
Marina Samuel
029bee18fb
Coerce to moment when 'datetime' selected by user. ( #3150 )
2019-02-07 14:42:30 +01:00
Arik Fraimovich
21341132f6
Fix: cohorts get stuck when passing strings instead of numbers. ( #3397 )
...
* Fix: cohorts get stuck when passing strings instead of numbers.
Parse the value to get a number.
* Use parseInt for stage
* Remove redundant parseInt
2019-02-05 21:20:17 +02:00
Levko Kravets
ee0e81e795
Fix eslint errors
2019-01-31 11:21:45 +02:00
koooge
2da511021e
Frontend lint update ( #3253 )
...
* client: Add lint command
Signed-off-by: koooge <koooooge@gmail.com >
* client: Override eslint rule object-curly-newline to keep current style
Signed-off-by: koooge <koooooge@gmail.com >
* client: Override eslint rule no-else-return to keep current style
Signed-off-by: koooge <koooooge@gmail.com >
* client: Fix eslint import/named
Signed-off-by: koooge <koooooge@gmail.com >
* client: eslint-5
Signed-off-by: koooge <koooooge@gmail.com >
* codeclimate: Delete the old setting
Signed-off-by: koooge <koooooge@gmail.com >
* client: Downgrade eslint 5 to 4 in codeclimate
Signed-off-by: koooge <koooooge@gmail.com >
* client: npx install-peerdeps --dev eslint-config-airbnb
Signed-off-by: koooge <koooooge@gmail.com >
* client: Enbale .jsx lint
Signed-off-by: koooge <koooooge@gmail.com >
* client: Set warn
Signed-off-by: koooge <koooooge@gmail.com >
* client: Fix lint indent, implicit-arrow-linebreak, lines-between-class-members
Signed-off-by: koooge <koooooge@gmail.com >
* client: Disable eslint operator-linebreak
Signed-off-by: koooge <koooooge@gmail.com >
* Revert "client: Downgrade eslint 5 to 4 in codeclimate"
This reverts commit f0fb0f0059 .
* client: Fix react/button-has-type
Signed-off-by: koooge <koooooge@gmail.com >
* client: Disable an eslint rule react/jsx-one-expression-per-line
Signed-off-by: koooge <koooooge@gmail.com >
* codeclimate: Disable no-multiple-empty-lines
Signed-off-by: koooge <koooooge@gmail.com >
* client: Disable eslint react/destructuring-assignment
Signed-off-by: koooge <koooooge@gmail.com >
2019-01-29 17:25:58 +02:00
Levko Kravets
ba0d069283
getredash/redash#3213 Scatter charts can have category Y axis (similar to Bubble) ( #3243 )
2019-01-03 17:15:51 +02:00
deecay
03a7e24204
Show Sort Y only when type is Heatmap ( #3206 )
2018-12-24 17:10:16 +02:00
Arik Fraimovich
0fe1b5f9d4
Fix: registerAll fails after minification ( #3106 )
2018-11-20 23:34:37 +02:00
Levko Kravets
16ae0aa3d8
getredash/redash#2901 Fix docs links ( #3102 )
2018-11-20 11:06:09 +02:00
Topher Cyll
6e4f0ccee8
Bubble chart marker size override was clobbering seriesColor. ( #3063 )
...
Colors can now be set for bubble charts in UI.
2018-11-18 11:05:18 +02:00
Levko Kravets
391fbe130b
getredash/redash#2998 Charts lose responsive features after refreshing the dashboard ( #3024 )
2018-10-29 22:08:35 +02:00
Levko Kravets
e25c8c4145
getredash/redash#3022 Toolbox covers part of the chart ( #3023 )
2018-10-29 11:38:29 +02:00
deecay
34c118cf83
Add: Heatmap chart visualization by Plotly ( #2080 )
2018-10-21 11:39:06 +03:00
Arik Fraimovich
38a89b9783
Table visualization: change default size to 25 and add more size options. ( #2982 )
2018-10-21 11:38:47 +03:00
YOSHIDA Katsuhiko
6e836795b2
Fix url scheme ( #2994 )
2018-10-21 11:38:11 +03:00
Arik Fraimovich
a8a3ec66fd
Bring back fix to Box plot hover. ( #2941 )
2018-10-15 16:01:38 +03:00
Ralphilius
be377b5f59
Add Counter label ( #2900 )
...
* Add Counter label
* Update index.js
* Added visualization name as placeholder
* Backward-compatible for visualization name as label
2018-10-14 11:23:20 +03:00
Levko Kravets
9b59d10677
Use Plotly's function to clean y-values (x may be category or date/time) ( #2872 )
2018-10-11 12:27:28 +03:00
Levko Kravets
a40669e07f
getredash/redash#2875 Update plotly.js; some cleanup; fix chart legend issue in horizontal mode ( #2902 )
2018-10-11 11:23:40 +03:00
Levko Kravets
4727c19253
getredash/redash#2796 Improve counter text scaling ( #2840 )
2018-09-27 13:27:10 +03:00
Levko Kravets
28fbc2ae62
getredash/redash#2796 Change placement (right/bottom) of chart legend depending on chart width
2018-09-27 10:14:58 +03:00
Levko Kravets
c6cb6061e3
getredash/redash#2494 Widgets crumble when trying to move / resize a widget
2018-08-20 12:27:36 +03:00
maxv
3ecec4ba8b
Remove closing input tags
2018-08-04 11:02:44 +03:00
Levko Kravets
3772612a97
Pie chart: sectors colors
2018-07-06 14:53:57 +03:00
Levko Kravets
ead1e07e99
getredash/redash#2534 Dashboard stops rendering when adding widget with empty query
2018-06-28 11:50:35 +03:00
Allen Short
e2a5bb0a06
eslint fix
2018-06-25 12:14:30 -05:00
Arik Fraimovich
9eb51da7ce
Remove underscore usage from new files
2018-06-25 12:13:25 -05:00
Allen Short
d6011ede0c
switch underscore usages to lodash
...
There's still one usage of `numberFormat` from `underscore.string`.
2018-06-25 12:13:25 -05:00
Marina Samuel
804603014d
Closes #2541 : x-axis improvements.
2018-05-31 16:29:39 -04:00
Arik Fraimovich
90d642fbe2
Update the tab name.
2018-05-31 21:25:51 +03:00
Arik Fraimovich
ca1b8f2047
Update chart editor labels
2018-05-31 21:07:12 +03:00
Arik Fraimovich
0a0b53b7e9
Merge pull request #2536 from kravets-levko/feature/chart-formats-and-tooltips-2
...
Chart: formats for values, labels and tooltips
2018-05-31 19:05:51 +03:00
Levko Kravets
80295ca1e7
Chart tooltips: use date/time format from config
2018-05-31 18:40:18 +03:00
Levko Kravets
75f8b8ae7b
getredash/redash#728 Use date/time and number formats only for tooltips
2018-05-30 17:25:30 +03:00
Levko Kravets
2ed67005b9
Remove unused option
2018-05-15 12:47:13 +03:00
deecay
19bfae3741
Fix pivot hide control in dashboards
2018-05-10 03:26:36 -04:00
Levko Kravets
e12d539234
getredash/redash#728 Chart: formats for values, labels and tooltips
2018-05-07 22:18:26 +03:00
Levko Kravets
7ac0ba52dd
Cohort bug: JS error (value not wrapped with moment instance)
2018-04-26 14:00:56 +03:00
Arik Fraimovich
2d08314982
Update Choropleth visualization name.
2018-04-09 22:57:22 +03:00
Arik Fraimovich
28d69b0c60
Update map visualizations names.
2018-04-09 22:56:10 +03:00
Arik Fraimovich
f551b348a7
Merge pull request #2447 from getredash/patches
...
Fixes to new dashboard layout engine
2018-04-09 09:47:43 +03:00
Arik Fraimovich
f75c142981
Merge pull request #2434 from tonyjiangh/fix/funnel_typo
...
Fix funnel setting page typo
2018-04-08 15:39:09 +03:00
Levko Kravets
9899abfe6a
Fix: some legacy dashboards got their widgets misplaced when using auto height.
2018-04-08 15:32:24 +03:00
deecay
07b5003c6f
Map: Add fullscreen control
2018-04-07 14:37:44 +09:00
deecay
b3ee25079e
Choropleth: Add fullscreen control
2018-04-06 13:08:28 -04:00