Skip to content

Instantly share code, notes, and snippets.

@adriatic
Created April 13, 2016 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adriatic/2035cdad2db299307b650315befb6f21 to your computer and use it in GitHub Desktop.
Save adriatic/2035cdad2db299307b650315befb6f21 to your computer and use it in GitHub Desktop.
Funnel charts" binding to local data
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GistRun</title>
<!--<link rel="stylesheet" href="styles.css">-->
</head>
<body>
<h1>Hello world!</h1>
<!--<script src="script.js"></script>-->
</body>
</html>
export function configure(aurelia) {
aurelia.use
.standardConfiguration()
.developmentLogging()
.plugin('aurelia-kendoui-bridge', kendo => kendo.pro());
aurelia.start().then(a => a.setRoot());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment