Convert graphing to dygraphs (#825)
commit4adee2bf4d8b5cba2057ba00724d3080a10336c6
authorBrady Miller <brady.g.miller@gmail.com>
Sun, 11 Jun 2017 10:02:03 +0000 (11 03:02 -0700)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2017 10:02:03 +0000 (11 03:02 -0700)
tree1424660316a96eaaf2bbaaa02f7a3bcbf6ec8e2e
parenteda1246ad207e7ce71bd99be26afff0e8cc9b3dd
Convert graphing to dygraphs (#825)
69 files changed:
ci/lint.sh
interface/forms/track_anything/history.php
interface/forms/track_anything/report.js
interface/forms/track_anything/report.php
interface/forms/vitals/templates/vitals/general_new.html
interface/patient_file/encounter/forms.php
interface/patient_file/encounter/trend_form.php
interface/patient_file/summary/labdata.php
library/ajax/graph_track_anything.php [new file with mode: 0644]
library/ajax/graphs.php [moved from library/openflashchart/graphs.php with 54% similarity]
library/js/xl/dygraphs.js.php [new file with mode: 0644]
library/openflashchart/graph_track_anything.php [deleted file]
library/openflashchart/js-ofc-library/ofc.js [deleted file]
library/openflashchart/js-ofc-library/open_flash_chart.js [deleted file]
library/openflashchart/js-ofc-library/open_flash_chart.min.js [deleted file]
library/openflashchart/js/README.txt [deleted file]
library/openflashchart/js/json/json2.js [deleted file]
library/openflashchart/js/swfobject.js [deleted file]
library/openflashchart/open-flash-chart.swf [deleted file]
library/openflashchart/php-ofc-library/JSON.php [deleted file]
library/openflashchart/php-ofc-library/README.txt [deleted file]
library/openflashchart/php-ofc-library/dot_base.php [deleted file]
library/openflashchart/php-ofc-library/json_format.php [deleted file]
library/openflashchart/php-ofc-library/ofc_area_base.php [deleted file]
library/openflashchart/php-ofc-library/ofc_area_hollow.php [deleted file]
library/openflashchart/php-ofc-library/ofc_area_line.php [deleted file]
library/openflashchart/php-ofc-library/ofc_arrow.php [deleted file]
library/openflashchart/php-ofc-library/ofc_bar.php [deleted file]
library/openflashchart/php-ofc-library/ofc_bar_3d.php [deleted file]
library/openflashchart/php-ofc-library/ofc_bar_base.php [deleted file]
library/openflashchart/php-ofc-library/ofc_bar_filled.php [deleted file]
library/openflashchart/php-ofc-library/ofc_bar_glass.php [deleted file]
library/openflashchart/php-ofc-library/ofc_bar_sketch.php [deleted file]
library/openflashchart/php-ofc-library/ofc_bar_stack.php [deleted file]
library/openflashchart/php-ofc-library/ofc_candle.php [deleted file]
library/openflashchart/php-ofc-library/ofc_hbar.php [deleted file]
library/openflashchart/php-ofc-library/ofc_line.php [deleted file]
library/openflashchart/php-ofc-library/ofc_line_base.php [deleted file]
library/openflashchart/php-ofc-library/ofc_line_dot.php [deleted file]
library/openflashchart/php-ofc-library/ofc_line_hollow.php [deleted file]
library/openflashchart/php-ofc-library/ofc_line_style.php [deleted file]
library/openflashchart/php-ofc-library/ofc_menu.php [deleted file]
library/openflashchart/php-ofc-library/ofc_pie.php [deleted file]
library/openflashchart/php-ofc-library/ofc_radar_axis.php [deleted file]
library/openflashchart/php-ofc-library/ofc_radar_axis_labels.php [deleted file]
library/openflashchart/php-ofc-library/ofc_radar_spoke_labels.php [deleted file]
library/openflashchart/php-ofc-library/ofc_scatter.php [deleted file]
library/openflashchart/php-ofc-library/ofc_scatter_line.php [deleted file]
library/openflashchart/php-ofc-library/ofc_shape.php [deleted file]
library/openflashchart/php-ofc-library/ofc_sugar.php [deleted file]
library/openflashchart/php-ofc-library/ofc_tags.php [deleted file]
library/openflashchart/php-ofc-library/ofc_title.php [deleted file]
library/openflashchart/php-ofc-library/ofc_tooltip.php [deleted file]
library/openflashchart/php-ofc-library/ofc_upload_image.php [deleted file]
library/openflashchart/php-ofc-library/ofc_x_axis.php [deleted file]
library/openflashchart/php-ofc-library/ofc_x_axis_label.php [deleted file]
library/openflashchart/php-ofc-library/ofc_x_axis_labels.php [deleted file]
library/openflashchart/php-ofc-library/ofc_x_legend.php [deleted file]
library/openflashchart/php-ofc-library/ofc_y_axis.php [deleted file]
library/openflashchart/php-ofc-library/ofc_y_axis_base.php [deleted file]
library/openflashchart/php-ofc-library/ofc_y_axis_label.php [deleted file]
library/openflashchart/php-ofc-library/ofc_y_axis_labels.php [deleted file]
library/openflashchart/php-ofc-library/ofc_y_axis_right.php [deleted file]
library/openflashchart/php-ofc-library/ofc_y_legend.php [deleted file]
library/openflashchart/php-ofc-library/open-flash-chart-object.php [deleted file]
library/openflashchart/php-ofc-library/open-flash-chart.php [deleted file]
public/assets/modified/dygraphs-2-0-0/README.md [new file with mode: 0644]
public/assets/modified/dygraphs-2-0-0/dygraph.css [new file with mode: 0644]
public/assets/modified/dygraphs-2-0-0/dygraph.js [new file with mode: 0644]