<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://jsxgraph.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Adjust_the_visual_appearance</id>
	<title>Adjust the visual appearance - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://jsxgraph.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Adjust_the_visual_appearance"/>
	<link rel="alternate" type="text/html" href="https://jsxgraph.org/wiki/index.php?title=Adjust_the_visual_appearance&amp;action=history"/>
	<updated>2026-04-05T22:42:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://jsxgraph.org/wiki/index.php?title=Adjust_the_visual_appearance&amp;diff=5511&amp;oldid=prev</id>
		<title>Michael: Created page with &quot;Sometimes it is necessary to adjust the visual appearance of JSXGraph to your website. Instead of setting attributes on every board.create call, you could adjust the [http://jsxg...&quot;</title>
		<link rel="alternate" type="text/html" href="https://jsxgraph.org/wiki/index.php?title=Adjust_the_visual_appearance&amp;diff=5511&amp;oldid=prev"/>
		<updated>2011-12-14T07:54:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Sometimes it is necessary to adjust the visual appearance of JSXGraph to your website. Instead of setting attributes on every board.create call, you could adjust the [http://jsxg...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Sometimes it is necessary to adjust the visual appearance of JSXGraph to your website. Instead of setting attributes on every board.create call, you could adjust the [http://jsxgraph.uni-bayreuth.de/docs/symbols/src/src_Options.js.html JXG.Options object]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;JXG.Options.showNavigation = false;&lt;br /&gt;
JXG.Options.strokeColor: &amp;#039;#bbb&amp;#039;;&lt;br /&gt;
JXG.Options.elements.strokeColor: &amp;#039;#6BBA70&amp;#039;;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Put your default options like that into a separate .js file and load it after JSXGraph. To save some bandwidth and reduce the amount of typing/copy&amp;amp;paste, you could use [http://jsxgraph.uni-bayreuth.de/docs/symbols/JXG.html#.deepCopy JXG.deepCopy]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;JXG.Options = JXG.deepCopy(JXG.Options, {&lt;br /&gt;
    showNavigation: false,&lt;br /&gt;
&lt;br /&gt;
    navbar: {&lt;br /&gt;
        strokeColor: &amp;#039;#bbb&amp;#039;,&lt;br /&gt;
        fillColor: &amp;#039;none&amp;#039;&lt;br /&gt;
    },&lt;br /&gt;
&lt;br /&gt;
    elements: {&lt;br /&gt;
        strokeColor: &amp;#039;#6BBA70&amp;#039;,&lt;br /&gt;
        highlightStrokeColor: &amp;#039;#84e68a&amp;#039;,&lt;br /&gt;
        strokeOpacity: 0.6,&lt;br /&gt;
    },&lt;br /&gt;
&lt;br /&gt;
    point: {&lt;br /&gt;
        face: &amp;#039;o&amp;#039;,&lt;br /&gt;
        size: 4,&lt;br /&gt;
        fillColor : &amp;#039;#eeeeee&amp;#039;,&lt;br /&gt;
        highlightFillColor : &amp;#039;#eeeeee&amp;#039;,&lt;br /&gt;
        strokeColor : &amp;#039;white&amp;#039;,&lt;br /&gt;
        highlightStrokeColor : &amp;#039;white&amp;#039;,&lt;br /&gt;
        showInfobox: false&lt;br /&gt;
    }&lt;br /&gt;
}&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See [http://jsxgraph.uni-bayreuth.de/docs/symbols/src/src_Options.js.html Options.js] for all available options.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
</feed>