NINS_CODE/bahmniapps/clinical/displaycontrols/graph/views/observationGraph.html

8 lines
263 B
HTML
Raw Permalink Normal View History

2024-12-12 22:37:39 +06:00
<section ng-if="params">
<h2 class="section-title">{{:: params | titleTranslate }}</h2>
<div>
<div id="{{graphId}}">
<p class="placeholder-text">{{ 'OBSERVATION_GRAPH_NO_DATA_LABEL'|translate }}</p>
</div>
</div>
</section>