We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Bullet Graph will not render in browser

While trying to render a simple Bullet Graph on a local IIS server the graph refuses to render, it displays fine in the Visual Studio Designer but in the browser the graph is no where to be found.  Script Manager is running and all other code right now is at a minimum

<%@ Register TagPrefix="ej" Namespace="Syncfusion.JavaScript.Web" Assembly="Syncfusion.EJ.Web, Version=12.2451.0.36, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" %>
<%@ Register TagPrefix="dv" Namespace="Syncfusion.JavaScript.DataVisualization.Models" Assembly="Syncfusion.EJ, Version=12.2451.0.36, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" %>

 <ej:BulletGraph ID="BulletGraph1" runat="server" Visible="True" Height="100px" Width="525px" >
                             <QuantitativeScaleSettings Interval="10" Maximum="100" />
                                <QualitativeRanges>
                                    <dv:QualitativeRanges RangeEnd="80" RangeStroke="#d61e3f"/>
                                    <dv:QualitativeRanges RangeEnd="90" RangeStroke="#fcda21"/>
                                    <dv:QualitativeRanges RangeEnd="100" RangeStroke="#61a301"/>
                                </QualitativeRanges>
                            </ej:BulletGraph>

1 Reply

AB Akbar Basha K M Syncfusion Team September 19, 2014 09:33 AM UTC

Hi Rich,

Thanks for using syncfusion product. We analyzed your requirement and we like to inform you that, you need to refer the following script files in your page.

·         jquery-1.10.2.min.js

·         globalize.min.js

·         ej.web.all.min.js

We have prepared a sample based on your requirements. Please find the sample in attachments.

Please refer the UG Document for following location:

http://help.syncfusion.com/web

And please select Chart. It will be more helpful to create a chart and chart functionalities.

Please let us know if you have any concern.

Regards,

Akbar Basha KM


Loader.
Live Chat Icon For mobile
Up arrow icon