Thanks so much Ray! I got my histogram to getting both the x,y-axis labels

var options = {
        title: 'Efficiency of East Bank Buildings, in Energy-Use Index
(EUI)',
          legend: { position: 'none' },
          colors: ['gold'],
          fontName: 'PT Sans',
          fontSize: 18,

          hAxis: {
                  title: 'EUI (kBTU/ft squared)',
                  textStyle: {
                     color: 'black',
                     fontSize: 14,
                     fontName: 'PT Sans',
                     bold: false,
                     italic: false
                  },

                  titleTextStyle: {
                     color: '#black',
                     fontSize: 18,
                     fontName: 'PT Sans',
                     bold: false,
                     italic: false
                  }
               },

               vAxis: {
                  title: 'Count of buildings',
                  textStyle: {
                     color: 'black',
                     fontSize: 14,
                     fontName: 'PT Sans',
                     bold: false
                  },
                  titleTextStyle: {
                     color: 'black',
                     fontSize: 20,
                     fontName: 'PT sans',
                     bold: false,
                     italic: false
                  }
               },

        };

On Tue, Nov 26, 2019 at 10:58 PM 'Ray Thomas' via Google Visualization API <
[email protected]> wrote:

> Hello Yves,
>
> what you want is
>
> var options = {
>           title: 'Efficiency of East Bank Buildings',
>           legend: { position: 'none' },
>           colors: ['gold'],
>           histogram: { hideBucketItems: true },
>           hAxis: { title: 'Efficiency (Energy-use intensity/Energy-use per
> square ft.)'},
> };
>
> You have to try and realize the difference between how the examples are
> written in the Configuration Options of the charts and how to use them in
> the options block or you will keep running into problems.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google Visualization API" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-visualization-api/V2K5EPAF85o/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/45d54639-c1ab-46f1-b632-3acad95c0533%40googlegroups.com
> <https://groups.google.com/d/msgid/google-visualization-api/45d54639-c1ab-46f1-b632-3acad95c0533%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Yves

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAAgPd-qpBi%3DCOUHA6Lfvc32yS06ccJpBgeXkfXKaPVqWek5Z5w%40mail.gmail.com.

Reply via email to