Skip to content

Instantly share code, notes, and snippets.

@kevindoran
Last active September 30, 2015 20:27
Show Gist options
  • Save kevindoran/1857263 to your computer and use it in GitHub Desktop.
Save kevindoran/1857263 to your computer and use it in GitHub Desktop.
Google Charts XHTML page
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:gc="http://nz.co.kevindoran/googlecharts">
<h:head>
<title>Google Charts with JSF Test</title>
</h:head>
<h:body>
<h2>Google Charts with JSF Test</h2>
<gc:googleChart model="#{chartBackBean.chartModel}" height="500px" width="500px"/>
</h:body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment