@@ -4,25 +4,25 @@ specs_list <- list
44
55specs_list(
66 spiderplot_creates_girafe_object =
7- " spiderplot creates girafe object with required parameters " ,
7+ " Spider plot displays interactive charts with hover and click features " ,
88 spiderplot_handles_color_var =
9- " spiderplot handles color_var parameter " ,
9+ " Spider plot can color data points based on different categories " ,
1010 spiderplot_handles_empty_color_var =
11- " spiderplot handles empty string color_var " ,
11+ " Spider plot works properly when no color grouping is specified " ,
1212 spiderplot_returns_ggplot_non_interactive =
13- " spiderplot returns ggplot when interactive_plot=FALSE " ,
13+ " Spider plot creates static charts when interactivity is turned off " ,
1414 spiderplot_color_var_non_interactive =
15- " spiderplot with color variable returns ggplot when interactive_plot=FALSE " ,
15+ " Spider plot shows colored data groups in static chart format " ,
1616 spiderplot_custom_palette_non_interactive =
17- " spiderplot with custom palette returns ggplot when interactive_plot=FALSE " ,
17+ " Spider plot allows users to choose their own color schemes for static charts " ,
1818 spiderplot_facets_non_interactive =
19- " spiderplot with facets returns ggplot when interactive_plot=FALSE " ,
19+ " Spider plot can split data into multiple panels in static format " ,
2020 spiderplot_reference_lines_non_interactive =
21- " spiderplot with reference lines returns ggplot when interactive_plot=FALSE " ,
21+ " Spider plot can display reference lines for comparison in static charts " ,
2222 spiderplot_title_subtitle_non_interactive =
23- " spiderplot with title and subtitle returns ggplot when interactive_plot=FALSE " ,
23+ " Spider plot can display custom titles and subtitles on static charts " ,
2424 framework_specs = specs_list(
25- bookmarking = " The app's state gets restored correctly after bookmarking ." ,
26- jumping_feature = " The module allows to drill-down by jumping to the Patient Profile module ."
25+ bookmarking = " Users can save and return to their current view of the application ." ,
26+ jumping_feature = " Users can navigate from the spider plot to detailed patient information ."
2727 )
2828)
0 commit comments