Browse Source

Minor - show marker = true

Julio Montoya 6 years ago
parent
commit
9d99158fe6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugin/learning_calendar/LearningCalendarPlugin.php

+ 1 - 1
plugin/learning_calendar/LearningCalendarPlugin.php

@@ -844,7 +844,7 @@ class LearningCalendarPlugin extends Plugin
                     var plot1 = $.jqplot(\'control_point_chart\', [cosPoints], {  
                         //animate: !$.jqplot.use_excanvas,                      
                         series:[{
-                            showMarker:false,
+                            showMarker:true,
                             pointLabels: { show:true },
                         }],
                         axes:{