<div dir="ltr"><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><chart:chart svg:width="16.001cm" svg:height="8.986cm" xlink:href=".."><br>  <chart:title><br>    <text:p>Histogram Chart</text:p><br>  </chart:title><br>  <chart:plot-area><br>    <!-- Series with label from A1 --><br>    <chart:series chart:label="Results"><br>      <!-- Data points from A2:A101 --><br>      <chart:data-points><br>        <chart:data-point chart:value="5.3"/>   <!-- A2 --><br>        <chart:data-point chart:value="12.7"/>  <!-- A3 --><br>        <chart:data-point chart:value="8.4"/>   <!-- A4 --><br>        <chart:data-point chart:value="15.2"/>  <!-- A5 --><br>        <chart:data-point chart:value="22.6"/>  <!-- A6 --><br>        <chart:data-point chart:value="30.1"/>  <!-- A7 --><br>        <chart:data-point chart:value="45.7"/>  <!-- A8 --><br>        <chart:data-point chart:value="60.3"/>  <!-- A9 --><br>        <chart:data-point chart:value="75.9"/>  <!-- A10 --><br>        <chart:data-point chart:value="95.1"/>  <!-- A11 --><br>        <!-- Add more data points up to A101 --><br>      </chart:data-points><br>      <!-- Histogram-specific configuration --><br>      <loext:histogram><br>        <attribute name="loext:histogram-frequency-type"><br>          <value>2</value><br>        </attribute><br>        <attribute name="loext:histogram-bin-count"><br>          <data type="integer">10</data><br>        </attribute><br>        <optional><br>          <attribute name="loext:histogram-overflow-bin"><br>            <data type="double">100</data><br>          </attribute><br>        </optional><br>        <optional><br>          <attribute name="loext:histogram-underflow-bin"><br>            <data type="double">0</data><br>          </attribute><br>        </optional><br>        <optional><br>          <attribute name="loext:histogram-interval-closed"><br>            <data type="boolean">true</data><br>          </attribute><br>        </optional><br>      </loext:histogram><br>    </chart:series><br>    <!-- Define the X-axis --><br>    <chart:axis chart:dimension="x"><br>      <chart:title><br>        <text:p>Values</text:p><br>      </chart:title><br>    </chart:axis><br>    <!-- Define the Y-axis --><br>    <chart:axis chart:dimension="y"><br>      <chart:title><br>        <text:p>Frequency</text:p><br>      </chart:title><br>    </chart:axis><br>  </chart:plot-area><br></chart:chart></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Thu, 2 Jan 2025 at 01:06, Devansh Varshney <<a href="mailto:varshney.devansh614@gmail.com">varshney.devansh614@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:comic sans ms,sans-serif">I have reverted the errors, but the local build is still ongoing.<br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">is this example -<br><br><chart:chart svg:width="16.001cm" svg:height="8.986cm" xlink:href=".."><br>  <chart:title><br>    <text:p>Histogram Chart</text:p><br>  </chart:title><br>  <chart:plot-area><br>    <!-- Series with label from A1 --><br>    <chart:series chart:label="Results"><br>      <!-- Data points from A2:A101 --><br>      <chart:data-points><br>        <chart:data-point chart:value="5.3"/>   <!-- A2 --><br>        <chart:data-point chart:value="12.7"/>  <!-- A3 --><br>        <chart:data-point chart:value="8.4"/>   <!-- A4 --><br>        <chart:data-point chart:value="15.2"/>  <!-- A5 --><br>        <chart:data-point chart:value="22.6"/>  <!-- A6 --><br>        <chart:data-point chart:value="30.1"/>  <!-- A7 --><br>        <chart:data-point chart:value="45.7"/>  <!-- A8 --><br>        <chart:data-point chart:value="60.3"/>  <!-- A9 --><br>        <chart:data-point chart:value="75.9"/>  <!-- A10 --><br>        <chart:data-point chart:value="95.1"/>  <!-- A11 --><br>        <!-- Add more data points up to A101 --><br>      </chart:data-points><br>      <!-- Histogram-specific configuration --><br>      <loext:histogram loext:histogram-frequency-type="2" loext:histogram-bin-count="10"><br>        <loext:histogram-overflow-bin>100</loext:histogram-overflow-bin><br>        <loext:histogram-underflow-bin>0</loext:histogram-underflow-bin><br>        <loext:histogram-interval-closed>true</loext:histogram-interval-closed><br>      </loext:histogram><br>    </chart:series><br>    <!-- Define the X-axis --><br>    <chart:axis chart:dimension="x"><br>      <chart:title><br>        <text:p>Values</text:p><br>      </chart:title><br>    </chart:axis><br>    <!-- Define the Y-axis --><br>    <chart:axis chart:dimension="y"><br>      <chart:title><br>        <text:p>Frequency</text:p><br>      </chart:title><br>    </chart:axis><br>  </chart:plot-area><br></chart:chart></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 1 Jan 2025 at 19:41, Regina Henschel <<a href="mailto:rb.henschel@t-online.de" target="_blank">rb.henschel@t-online.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Devansh,<br>
<br>
I have looked at patch set 13 of <br>
<a href="https://gerrit.libreoffice.org/c/core/+/177364" rel="noreferrer" target="_blank">https://gerrit.libreoffice.org/c/core/+/177364</a><br>
<br>
The file libreoffice-schema.rng has errors. I have already commented on <br>
Gerrit about the doubled attribute frequency-type. For to explain the <br>
other errors, I need an example of the intended markup, best using <br>
frequency-type 2. Please write it here to the list. Please start with <br>
the element <chart:series>. You can assume fictive data with label <br>
"Results" in cell A1 and values in A2:A101.<br>
<br>
Kind regards,<br>
Regina<br>
</blockquote></div><div><br clear="all"></div><br><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><span style="font-family:monospace"><b>Regards,</b></span></div><div><span style="font-family:monospace;color:rgb(153,0,255)"><b>Devansh</b></span><br></div></div></div>
</blockquote></div><div><br clear="all"></div><br><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><span style="font-family:monospace"><b>Regards,</b></span></div><div><span style="font-family:monospace;color:rgb(153,0,255)"><b>Devansh</b></span><br></div></div></div>