Infragistics / convertwire

A series of gulp tasks for converting documents to AsciiDoc
https://waffle.io/infragistics/convertwire
5 stars 2 forks source link

datachart-styling-the-chart-series.adoc font bolding issue #246

Closed agoldenbaum closed 8 years ago

agoldenbaum commented 8 years ago

In section "Overview" of "Style the Chart Series Drop Shadow Effect, "Applying drop-shadow..." parts of the Overview should be in a Bold font style.

ig-ealbert commented 8 years ago

I would disagree about this. @craigshoemaker can confirm. I think the styling you see here is just the header style for the online help. http://help.infragistics.com/doc/wpf/2016.1/?page=DataChart_Styling_the_Chart_Series.html It's not actually set to bold in the html.

<h4>Applying drop-shadow through the <span class="ig-code-in-text">Effect</span> property of the <span class="ig-code-in-text">Series</span> class</h4>
craigshoemaker commented 8 years ago

@ig-ealbert is correct. These elements are being correctly converted to H4 elements (====) so any style concerns are a function of whatever stylesheet is applied to Livewire or the web app.