File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ customElements.define(
2424 'maxdeg' ,
2525 'background' ,
2626 'color' ,
27+ 'color2' ,
2728 'start' ,
2829 'cutout' ,
2930 'contentfontsize' ,
Original file line number Diff line number Diff line change 3737 <prpl-gauge
3838 background="#fff"
3939 color="<?php echo \esc_attr ( \progress_planner ()->get_admin__widgets__activity_scores ()->get_gauge_color ( \progress_planner ()->get_admin__widgets__activity_scores ()->get_score () ) ); ?> "
40+ color2="<?php echo \esc_attr ( \progress_planner ()->get_admin__widgets__activity_scores ()->get_gauge_color ( \progress_planner ()->get_admin__widgets__activity_scores ()->get_score () ) ); ?> "
4041 contentFontSize="var(--prpl-font-size-5xl)"
4142 contentPadding="var(--prpl-padding)"
4243 marginBottom="0"
Original file line number Diff line number Diff line change 4242 <prpl-gauge
4343 background="var(--prpl-background-activity)"
4444 color="<?php echo \esc_attr ( $ prpl_widget ->get_gauge_color ( $ prpl_widget ->get_score () ) ); ?> "
45+ color2="<?php echo \esc_attr ( $ prpl_widget ->get_gauge_color ( $ prpl_widget ->get_score () ) ); ?> "
4546 contentFontSize="var(--prpl-font-size-6xl)"
4647 data-max="100"
4748 data-value="<?php echo (float ) $ prpl_widget ->get_score (); ?> "
You can’t perform that action at this time.
0 commit comments