- Most of the following screenshots have some animations in them which you will find once you will replicate them in TIBCO SPOTFIRE TEXTAREA ONLY.
- Feel free to play with it to create to something more productive.
- https://d3js.org/
- https://plotly.com/javascript/
- https://www.zingchart.com/
- https://developers.google.com/chart/interactive/docs/gallery
- https://www.amcharts.com/javascript-charts/
- Airline Circle
- Box Toggle
- Accordion
- Left Panel
- Hierarchy Diagram
- Mac Doc
- Pencils
- Other Basic Things
- Accordion_Left_Panel
Left Panel | Left Panel (2) | Left Panel + Accordion |
---|---|---|
The following diagram is from the Spotfire textarea only, it doesn't have any resemblance with hierarchiral visualisation as far the code is concern, although it appears to be static at first glance but it includes a beautiful animation in it. I hope you will like it. You will find the code to replicate this, above.
$( "#hover" ).hover(
function() {$( this ).css("background-color","orange");},
function() {$( this ).css("background-color","#FCD5CE");});
$("#click").click(
function(){ alert("You clicked this button !") })
$("#animate").click(function(){
$("#animate_this").animate({height:"toggle"});});
$("#animate_hori").click(function(){
$("#animate_horizontally").animate({width:"toggle"});});