[Rt-commit] rt branch, 4.6/jschart-with-new-themes, repushed
? sunnavy
sunnavy at bestpractical.com
Fri Jan 3 16:26:17 EST 2020
The branch 4.6/jschart-with-new-themes was deleted and repushed:
was e4bca2a800cf3724b5d016b1e64629460cd3271f
now 319f64de280b3cc94eef7625e0d2957ccbfee57c
1: fcaf78e778 = 1: 81b7217465 Add Chart.js 2.8.0 dependency
2: 220fb25681 = 2: 6a7f36053f Add chartjs-plugin-colorschemes.min.js 0.03 dependency
3: ea687c1113 = 3: a2c644cc95 Initial js chart support
4: 06888db842 = 4: fdba1130ca Use different colors for bars if the chart only contains a single dataset
5: 505ddefc3b = 5: bb14b75c00 Set y-axis label only for bar charts
6: 02a110ca4c = 6: 308bb13da1 Redirect to ticket search result page via click on each bar/pie
7: 244996fc76 = 7: aecd57e5ae Rename durations like "Created-Started" to "Created to Started" for charts
8: 529bf6afb9 = 8: 53845430cb Add duration group bys like "Created to Resolved" for charts
9: ccfbada805 = 9: 43fbbd671e Enhance DurationAsString with various unit limitations
10: 0efb2b2471 = 10: 0df3fae417 Add business hours support for charts
11: 2f0398b64c = 11: 00d4b033fe Add Subfields support to duration group bys for charts
12: 4aa3ddeaaa = 12: 36c5f8378a Add custom date ranges support for charts
13: c156d8a6d5 = 13: a938cdc1d5 Use hour as the max unit of business time for custom date ranges
14: 9f51f99faa = 14: 9554851d1c Drop background colors in table head for ChartTable
15: ebac420906 = 15: 59ae702bb7 Add line chart type support
16: d754e41b5f ! 16: 1024963d15 Explicitly convert cascaded select to selectpicker
@@ -37,6 +37,19 @@
<option value=""> </option>
% }
+diff --git a/share/static/js/cascaded.js b/share/static/js/cascaded.js
+--- a/share/static/js/cascaded.js
++++ b/share/static/js/cascaded.js
+@@
+ }
+ }
+
+- if ( jQuery(select).hasClass('selectpicker') ) {
++ if ( jQuery(select).closest('div.bootstrap-select').length ) {
+ jQuery(select).selectpicker('refresh');
+ }
+ }
+
diff --git a/share/static/js/event-registration.js b/share/static/js/event-registration.js
--- a/share/static/js/event-registration.js
+++ b/share/static/js/event-registration.js
17: 220d8ec50b ! 17: 6ca63961ed Reduce legend font size from 1.5rem to 1rem
@@ -10,8 +10,8 @@
--- a/share/static/css/elevator-light/misc.css
+++ b/share/static/css/elevator-light/misc.css
@@
- border-radius: 0.1em;
- padding: 0.2em 0.25em 0.15em;
+ .oddline {
+ background-color: rgba(0, 0, 0, 0.05);
}
+
+legend {
18: a7b50229ba = 18: 97bfe5ad21 Default pie chart to 400px: 600px is too big
19: 7409bc6189 = 19: cd07b54024 Fix indentation for chart-wrapper, no other changes
20: b786005b40 = 20: f094c7195d Center search chart/table
21: e4bca2a800 = 21: 319f64de28 Support multiple js charts on a single page
More information about the rt-commit
mailing list