Questions tagged [shieldui]

Shield UI is a framework for building complex webpages. Built with HTML5, jQuery, CSS3, and SVG, the Shield UI component suite makes your applications fit for today's web. It enables a consistent look and feel for your web project on both desktop and mobile devices.

ShieldUI is a framework for building complex webpages. Built with HTML5, jQuery, CSS3, and SVG, the Shield UI component suite makes your applications fit for today's web. It enables a consistent look and feel for your web project on both desktop and mobile devices.

In addition to the JavaScript widgets, there are also server-side wrappers for ASP.NET, ASP.NET MVC and Apache Wicket for JAVA.

The ShieldUI framework includes various components:

  • Chart component featuring 23 different chart types
  • Grid widget supporting editing, sorting, filtering, virtual scroll and many other complex features and customization capabilities
  • Barcode and QR Code components
  • Many other widgets for improving the traditional HTML components' functionality and look&feel
231 questions
0
votes
1 answer

Setting the data step property of shield ui

I am trying to set a datetime X axis for my Shield UI Chart, but am some confused about the data step. I need to have a one day increments, but I see: dataStep: 24 * 3600 * 1000 I assume, that 24*3600 are the seconds for the day, but what is the…
0
votes
1 answer

After changing the chart type of Shield UI Chart no data is shown

I am using Shield UI Chart where I have a chart with bars and some data. dataSeries: [ { seriesType: 'bar', collectionAlias:'Total Visits', data: [565000,…
0
votes
1 answer

Setting color for the legend items of Shield UI Chart

I am trying to set a color for my elements on the Shield UI Chart legend. I see there are backgroundColor and borderColor, but no color. The same is for the legendItemSettings- no color property I can set.
0
votes
1 answer

Hiding the ticks on the X axis of Shield UI Chart

Is there a way to hide the ticks on the X axis? I am using a line type Shield UI chart. But I don't see any property that looks like the one I need: axisX: { ticksEnabled: false } or axisX: { ticksVisible: false } or anything…
Martin Nelson
  • 9
  • 1
  • 1
  • 4
0
votes
2 answers

Setting a border on a Shield UI Chart

I am trying to show a border on my Shield UI Chart. I set it's color: borderColor: 'red', but it won't show. I tried to set the color as hex value: borderColor: '#F01616', but this doesn't help either. However when I set the same value for the…
0
votes
1 answer

Events on the Shield UI Chart legend

I now need to rephrase my question, because it has been put on hold. Of course I tried to add some events functionality on the starting with the documentation. We have chartLegend: { legendItemSettings: { } } but nowhere…
Josh Young
  • 43
  • 6
0
votes
1 answer

Adding only specific series to the Shield UI Chart legend

Is there a a way to not show a series in the legend? As I can see there is seriesSettings:{ line:{ addToLegend:true, dataPointText:{ enabled:true, …
Dan Wilson
  • 11
  • 5
0
votes
1 answer

Repeating month names for the X axis of the Shield UI Chart

I came across the following problem trying the Shield UI Chart. I specified 3 month names for the chart, using the following code: axisX:{ categoricalValues: ['January','February','March'] }, However I added some more points and after the last…
0
votes
1 answer

How can I use months for the X axis of Shield UI Chart?

I need to place month on the X axis of the Shield UI Chart and do the following: axisX:{ axisType: 'datetime', categoricalValues: ["Jan"] }. I specify the axis to be datetime, and give value for the first month. But the…
0
votes
1 answer

Can't show the vertical ticks lines on Shield UI Chart

I am trying to set up the vertical lines- extending the ticks on the X axis. What I do is to axisX: { categoricalValues: ["Jan", "Feb", "Mar", "Apr", "May", "Jun"], plotStripColor: 'red', plotStripDashStyle:…
0
votes
1 answer

Utilizing the click on point event

I want to know how I could utilize the point click event on the Shield UI Chart? What I need is to show a message to the user, consisting of the point's value and some text.
Faris Abdi
  • 43
  • 3
0
votes
1 answer

Linking graphs of two Shield UI Charts

I have a question, regarding the shield ui chart library. Essentially, I have two charts on the same page. I would like to co-relate them in the sense that when the user selects a bar from one of the charts, the other control would be populated with…
0
votes
1 answer

How to tell when the Shield UI has loaded?

I am using the Shield UI Charting javascript component. Is there a way to determine when the control has finished loading on the page?
0
votes
1 answer

Adjusting the appearance of a javascript- Shield UI Chart

I have a problem with Shield UI Chart. I need to hide all text on my X axis, that is dateTime. But i can't visualize the chart when I add the code that hides the axis. Below is the code that I am using. Will appreciate any assistance fixing it.…
Josh Young
  • 43
  • 6
0
votes
1 answer

Adjusting the showing time of Shield UI

I am new to Shield UI Chart and am trying to make my bars show gradually, but it won't work. Even the graph won't load when trying with this code: