NINS_CODE/bahmniapps/clinical/displaycontrols/graph/views/observationGraph.html
travelershot 70dda814aa codepush
2024-12-12 22:37:39 +06:00

8 lines
263 B
HTML

<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>