Component Library
An open-source component library includes set of independent and D3js components.
September 11, 2019

Maven Javadoc License: MIT

License

Licensed under the MIT License.

Getting Started

Dependency is managed for you by Maven.

1
2
3
4
<dependency>
	<groupId>com.aripd</groupId>
	<artifactId>component</artifactId>
</dependency>

Usage

Namespaces

1
xmlns:a="http://aripd.com/ui"

Test Run

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:a="http://aripd.com/ui"
	xmlns:f="http://java.sun.com/jsf/core"
	xmlns:h="http://java.sun.com/jsf/html">
	<h:head>
	</h:head>
	<h:body>
		<a:mathJax value="$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}$$" />
	</h:body>
</html>

Components

  • mathJax A JavaScript display engine for mathematics that works in all browsers.

D3js components

Screenshots

barchart barchartdiverging barcharthorizontal boxplot BrushAndScrollingZoom BrushAndZoom collapsibletree dendrogram linechart partition percentagechange scatterplot scatterplotmatrix tickbarcode tickboxplot tickdistribution ticklinechart treediagram treemap wordcloud ZoomableArea