Is it possible to represent/convert/transform any value within a HTML-document into (any) graph with JavaScript's replace function.
For example, when I have the given value "3 ghz" within my HTML-document, I want it to be replaced by (for example) a progress bar that puts the value "3" within a progress bar, which the progress bar, represents numbers from 0 to 5, so that you have a visual representation of the number 3, to give a visual feedback of the given value "3 ghz".
Just want to know if its possible, and if there is anything like it.
Thanks in advance, Alexander