function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Cloud AtlasCloud Atlas 

Progress Bar Showing Data on VF

Hello,

Does anyone has any experience implementing a Progress Bar with data information within it??

So my requirement is a progress bar which shows when the record was approved, approvers name , and then further steps..

Progress Bar >> Submitted to Govt >> Submitted by Hillary On 10th December >> Approved By Obama On 31st December  >> Submitted to WH >> Submitted By Pence On 20th February >> Rejected by Trump On 21st January ...  :)

Something like that.
Does any one know if this is possible.
And this has to be on display upon page load, and not like an On-click feature.

I know how to create VF progress bar representing percentage and status level, but I haven't ventured in displaying the actual data.
Any and every help will be appreciated.
Thanks! 
Andrew EchevarriaAndrew Echevarria
Are you experienced with Javascript? You can implement an existing progress bar library and have the status dependent on the Status or % field values of the object. 
Dushyant SonwarDushyant Sonwar

I think you are looking for Lightning progress bar. You can check out below url .

http://ibirdstechshare.blogspot.in/2016/01/visualforce-stage-indicator-component.html

Hope this helps!!