As Silverlight's future seems to be quite unsure, does anybody know if the PivotViewer control will still be maintained and updated?

I wish to develop an application based on this amazing control but I am not confident whether it will be maintained or not.

Is there any HTML5 initiative for developing such data visualization behavior?

Thanks.

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

The short answer is that Silverlight as a whole will be "maintained and updated" for years.

There is so much talk of the death of Silverlight, but it and XAML are still top-tier Microsoft technologies. Nothing should stop you using the PivotViewer control and Silverlight in your application. If, in several years you're still working on the same thing and you feel support is lacking, cross that bridge then and reassess this decision.

link|improve this answer
Thanks Ben. I am also confident that these technologies will remain for several years. If you're aware of a simlilar pivot control in HTML 5 (maybe an open source project) I'll be interested. – Omid B. Feb 14 at 9:28
1  
You might find this post useful. Someone has had a go at a HTML/JS version. – Chris Shepherd Feb 16 at 15:06
Excellent! I have also heard from some internal MS sources that the MS Pivot team is currently working on a HTML 5 version. It's good news:). – Omid B. Mar 7 at 15:11
feedback

I've been working on a HTML5 version of PivotViewer for a while now, you can see it here: http://pivot.lobsterpot.com.au/html5.htm. This first prototype version doesn't have pan or zoom, but I do have a later version in the works that supports pan, zoom and tile templates.

link|improve this answer
Looking really nice! – Ben Parsons Apr 5 at 8:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.