;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (in-package :hu.dwim.presentation) ;;;;;; ;;; stock/chart (def (component e) stock/chart (standard/chart) ()) (def (macro e) stock/chart ((&rest args &key &allow-other-keys) &body data) `(make-stock-chart ,@args :data (list ,@data))) (def render-xhtml stock/chart (render-chart -self- "amstock")) (def (function e) make-stock-chart (&key title file-name) (make-instance 'stock/chart :configuration-provider (make-xml-provider >>>> > >> >> > >>>>>)))